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