COLOR #06243C

HEX: #06243C RGB: (6,36,60)

Color info

#06243C contains red, green and blue colors in about the same proportion. Web safe color of #06243C is #003333 (or #033).

RGB color model

#06243C color RGB value is (6,36,60).

RGB: (6,36,60) (2%, 14%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 60 of 255 = 24%

6
36
60

R + G + B ~ 13%. #06243C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 36 + 60 = 102 (100%)
R 6 of 102 ~ 5.88%
G 36 of 102 ~ 35.29%
B 60 of 102 ~ 58.82'%

%35.29
%58.82

CMYK color model

#06243C color CMYK value is (90,40,0,76).

  • cyan value is 90.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK: (90,40,0,76) C90M40Y0K76 (90%,40%,0%,76%) (0.90/0.40/0.00/0.76) 

CMYK percentages

%90
%40
%0
%76.47

Codes

Color #06243C in popluar color models

06 24 3C
RGB 6 36 60
HSL 207° 81.82% 12.94%
HSB/HSV 207° 90.00% 23.53%
CMYK 90.00% 40.00% 0.00%
76.47%

Color #06243C in popluar number systems.

HEX 06 24 3C
Decimal 6 36 60
Binary 110 100100 111100
Octal 6 44 74

Shades and tints

Shades of #06243C

#06243C
(6,36,60)
#062137
(6,33,55)
#061E32
(6,30,50)
#061B2D
(6,27,45)
#061828
(6,24,40)
#061523
(6,21,35)
#06121E
(6,18,30)
#060F19
(6,15,25)
#060C14
(6,12,20)
#06090F
(6,9,15)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #06243C

#06243C
(6,36,60)
#1C374D
(28,55,77)
#324A5E
(50,74,94)
#485D6F
(72,93,111)
#5E7080
(94,112,128)
#748391
(116,131,145)
#8A96A2
(138,150,162)
#A0A9B3
(160,169,179)
#B6BCC4
(182,188,196)
#CCCFD5
(204,207,213)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06243C color. Also use rgb(6,36,60) instead hex code.

Text Font Color

.myTextColor { color: #06243C; }

<p style="color:#06243C">This sample text font color is #06243C.</p>

This text font color is #06243C.

Background Color

.myBgColor { background-color: #06243C; }

<div style="background-color:#06243C">Inner text</div>

This div background color is #06243C.

Border color

.myBorderColor { border: 1px solid #06243C; }

<div style="border:3px solid #06243C">Div</div>

This div border color is #06243C.

Opacity

.myOpacity80 { color: #06243C; opacity: 0.8; }

<p style="color:#06243C;opacity:0.8;">80%</p>

Text with #06243C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06243C;}

<p style="text-shadow: 3px 3px 1px #06243C">Text here.</p>

This text has shadow with #06243C color.


.textShadow {text-shadow: 3px 3px 1px #06243C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06243C, 5px 5px 20px red">Text here.</p>

This text has shadow with #06243C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06243C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06243C, Direction=45, Strength=4)">Text</p>

This text has shadow with #06243C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06243C;
-webkit-box-shadow: 1px 1px 3px 2px #06243C;
box-shadow: 1px 1px 3px 2px #06243C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06243C; -webkit-box-shadow: 1px 1px 3px 2px #06243C; box-shadow:1px 1px 3px 2px #06243C;">
Div content here
</div>

This div box has shadow with color #06243C.

Preview

Color preview on black background

This text has color #06243C on black background.


Color preview on white background

This text has color #06243C on white background.


Black color preview on #06243C background

This text has black color on #06243C background.


White color preview on #06243C background

This text has white color on #06243C background.


Related colors

Complementary color

Complementary color for #hex is #F9DBC3.


I love getcolorcode.com

Triadic colors

1 #3C0624 and #243C06 with #06243C are triadic colors.

2 #3C2406 and #24063C with #06243C are triadic colors.