Html Css Color HEX #06409C Smalt

📋 copy color: '#06409C'

red 6 ◦ green 64 ◦ blue 156

#06409C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #06409C

Tints of Smalt #06409C

RGB

 RED value IS 6 (2.73% from 255) = 2.65%

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 156 (61.33% from 255) = 69.03%

R = 2.65%
G = 28.32%
B = 69.03%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06409C (or 0x06409C) is known color: Smalt. HEX triplet: 06, 40 and 9C. RGB value is (6,64,156). Sum of RGB (Red+Green+Blue) = 6+64+156=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #06409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06409C is #F9BF63. Grayscale: #383838. Windows color (decimal): -16367460 or 10240006. OLE color: 10240006.

HSL color Cylindrical-coordinate representation of color #06409C: hue angle of 216.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06409C is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 64 156 -
CMYK 0.96 0.59 0 0.39
HSL 216.8º 0.93% 0.32% -
HSV(B) 216.8º 0.96% 0.61% -
XYZ 7.91 6.11 32.21 -
YUV 57.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 6 64 156 0.96 0.59 0 0.39 216.8 0.93 0.32
Hex 6 40 9C 60 3B 0 27 D9 5D 20
Octal 6 100 234 140 73 0 47 331 135 40
Binary 110 1000000 10011100 1100000 111011 0 100111 11011001 1011101 100000

Color Harmonies of #06409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06409C

Black with #06409C

Text Example


Text Example

White with #06409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06409C; }

 p { color: rgb(6,64,156); }

 H1.HeaderClassName
 {
   color: #06409C;
 }
 .AnyTagClassName
 {
   color: #06409C;
 }
</style>

background-color css

<style>
 a { background-color: #06409C; }

 a { background-color: rgb(6,64,156); }

 div.DivClassName
 {
   background-color: #06409C;
 }
 .BgClassName
 {
   background-color: #06409C;
 }
</style>

border-color css

<style>
 span { border-color: #06409C; }

 span { border-color: rgb(6,64,156); }

 td.TdClassName
 {
   border-color: #06409C;
 }
 .TagClassName
 {
   border-color: #06409C;
 }
</style>