Html Css Color HEX #061DB2 International Klein Blue
📋 copy color: '#061DB2'red 6 ◦ green 29 ◦ blue 178
Shades of International Klein Blue #061DB2
Tints of International Klein Blue #061DB2
RGB
CMYK
RGB Variations
Color information
#061DB2 (or 0x061DB2) is known color: International Klein Blue. HEX triplet: 06, 1D and B2. RGB value is (6,29,178). Sum of RGB (Red+Green+Blue) = 6+29+178=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 178 (69.92% from 255 or 83.57% from 213); Max value from RGB is 178 - color contains mainly: blue. Hex color #061DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061DB2 is #F9E24D. Grayscale: #262626. Windows color (decimal): -16376398 or 11672838. OLE color: 11672838.
HSL color Cylindrical-coordinate representation of color #061DB2: hue angle of 231.98º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061DB2 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 29 | 178 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.30 |
| HSL | 231.98º | 0.93% | 0.36% | - |
| HSV(B) | 231.98º | 0.97% | 0.7% | - |
| XYZ | 8.55 | 4.13 | 42.47 | - |
| YUV | 39.11 | 206.38 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 178 | 0.97 | 0.84 | 0 | 0.30 | 231.98 | 0.93 | 0.36 |
| Hex | 6 | 1D | B2 | 61 | 54 | 0 | 1E | E8 | 5D | 24 |
| Octal | 6 | 35 | 262 | 141 | 124 | 0 | 36 | 350 | 135 | 44 |
| Binary | 110 | 11101 | 10110010 | 1100001 | 1010100 | 0 | 11110 | 11101000 | 1011101 | 100100 |
Color Harmonies of #061DB2
Complementary color
Monochromatic Colors of #061DB2
Black with #061DB2
Text Example
Text Example
White with #061DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061DB2; }
p { color: rgb(6,29,178); }
H1.HeaderClassName
{
color: #061DB2;
}
.AnyTagClassName
{
color: #061DB2;
}
</style>
background-color css
<style>
a { background-color: #061DB2; }
a { background-color: rgb(6,29,178); }
div.DivClassName
{
background-color: #061DB2;
}
.BgClassName
{
background-color: #061DB2;
}
</style>
border-color css
<style>
span { border-color: #061DB2; }
span { border-color: rgb(6,29,178); }
td.TdClassName
{
border-color: #061DB2;
}
.TagClassName
{
border-color: #061DB2;
}
</style>