Html Css Color HEX #06409E Smalt

📋 copy color: '#06409E'

red 6 ◦ green 64 ◦ blue 158

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

Shades of Smalt #06409E

Tints of Smalt #06409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69.3%

R = 2.63%
G = 28.07%
B = 69.3%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06409E (or 0x06409E) is known color: Smalt. HEX triplet: 06, 40 and 9E. RGB value is (6,64,158). Sum of RGB (Red+Green+Blue) = 6+64+158=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #06409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06409E is #F9BF61. Grayscale: #383838. Windows color (decimal): -16367458 or 10371078. OLE color: 10371078.

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

Color convert

RGB 6 64 158 -
CMYK 0.96 0.59 0 0.38
HSL 217.11º 0.93% 0.32% -
HSV(B) 217.11º 0.96% 0.62% -
XYZ 8.08 6.17 33.11 -
YUV 57.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 6 64 158 0.96 0.59 0 0.38 217.11 0.93 0.32
Hex 6 40 9E 60 3B 0 26 D9 5D 20
Octal 6 100 236 140 73 0 46 331 135 40
Binary 110 1000000 10011110 1100000 111011 0 100110 11011001 1011101 100000

Color Harmonies of #06409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06409E

Black with #06409E

Text Example


Text Example

White with #06409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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