Html Css Color HEX #061E9C International Klein Blue
📋 copy color: '#061E9C'red 6 ◦ green 30 ◦ blue 156
Shades of International Klein Blue #061E9C
Tints of International Klein Blue #061E9C
RGB
CMYK
RGB Variations
Color information
#061E9C (or 0x061E9C) is known color: International Klein Blue. HEX triplet: 06, 1E and 9C. RGB value is (6,30,156). Sum of RGB (Red+Green+Blue) = 6+30+156=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #061E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E9C is #F9E163. Grayscale: #242424. Windows color (decimal): -16376164 or 10231302. OLE color: 10231302.
HSL color Cylindrical-coordinate representation of color #061E9C: hue angle of 230.4º 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 #061E9C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 30 | 156 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.39 |
| HSL | 230.4º | 0.93% | 0.32% | - |
| HSV(B) | 230.4º | 0.96% | 0.61% | - |
| XYZ | 6.54 | 3.37 | 31.76 | - |
| YUV | 37.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 156 | 0.96 | 0.81 | 0 | 0.39 | 230.4 | 0.93 | 0.32 |
| Hex | 6 | 1E | 9C | 60 | 51 | 0 | 27 | E6 | 5D | 20 |
| Octal | 6 | 36 | 234 | 140 | 121 | 0 | 47 | 346 | 135 | 40 |
| Binary | 110 | 11110 | 10011100 | 1100000 | 1010001 | 0 | 100111 | 11100110 | 1011101 | 100000 |
Color Harmonies of #061E9C
Complementary color
Monochromatic Colors of #061E9C
Black with #061E9C
Text Example
Text Example
White with #061E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E9C; }
p { color: rgb(6,30,156); }
H1.HeaderClassName
{
color: #061E9C;
}
.AnyTagClassName
{
color: #061E9C;
}
</style>
background-color css
<style>
a { background-color: #061E9C; }
a { background-color: rgb(6,30,156); }
div.DivClassName
{
background-color: #061E9C;
}
.BgClassName
{
background-color: #061E9C;
}
</style>
border-color css
<style>
span { border-color: #061E9C; }
span { border-color: rgb(6,30,156); }
td.TdClassName
{
border-color: #061E9C;
}
.TagClassName
{
border-color: #061E9C;
}
</style>