Html Css Color HEX #061B9B International Klein Blue
📋 copy color: '#061B9B'red 6 ◦ green 27 ◦ blue 155
Shades of International Klein Blue #061B9B
Tints of International Klein Blue #061B9B
RGB
CMYK
RGB Variations
Color information
#061B9B (or 0x061B9B) is known color: International Klein Blue. HEX triplet: 06, 1B and 9B. RGB value is (6,27,155). Sum of RGB (Red+Green+Blue) = 6+27+155=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #061B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B9B is #F9E464. Grayscale: #222222. Windows color (decimal): -16376933 or 10164998. OLE color: 10164998.
HSL color Cylindrical-coordinate representation of color #061B9B: hue angle of 231.54º 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 #061B9B is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 27 | 155 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.39 |
| HSL | 231.54º | 0.93% | 0.32% | - |
| HSV(B) | 231.54º | 0.96% | 0.61% | - |
| XYZ | 6.38 | 3.19 | 31.29 | - |
| YUV | 35.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 155 | 0.96 | 0.83 | 0 | 0.39 | 231.54 | 0.93 | 0.32 |
| Hex | 6 | 1B | 9B | 60 | 53 | 0 | 27 | E8 | 5D | 20 |
| Octal | 6 | 33 | 233 | 140 | 123 | 0 | 47 | 350 | 135 | 40 |
| Binary | 110 | 11011 | 10011011 | 1100000 | 1010011 | 0 | 100111 | 11101000 | 1011101 | 100000 |
Color Harmonies of #061B9B
Complementary color
Monochromatic Colors of #061B9B
Black with #061B9B
Text Example
Text Example
White with #061B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B9B; }
p { color: rgb(6,27,155); }
H1.HeaderClassName
{
color: #061B9B;
}
.AnyTagClassName
{
color: #061B9B;
}
</style>
background-color css
<style>
a { background-color: #061B9B; }
a { background-color: rgb(6,27,155); }
div.DivClassName
{
background-color: #061B9B;
}
.BgClassName
{
background-color: #061B9B;
}
</style>
border-color css
<style>
span { border-color: #061B9B; }
span { border-color: rgb(6,27,155); }
td.TdClassName
{
border-color: #061B9B;
}
.TagClassName
{
border-color: #061B9B;
}
</style>