Html Css Color HEX #061CAE International Klein Blue
📋 copy color: '#061CAE'red 6 ◦ green 28 ◦ blue 174
Shades of International Klein Blue #061CAE
Tints of International Klein Blue #061CAE
RGB
CMYK
RGB Variations
Color information
#061CAE (or 0x061CAE) is known color: International Klein Blue. HEX triplet: 06, 1C and AE. RGB value is (6,28,174). Sum of RGB (Red+Green+Blue) = 6+28+174=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #061CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061CAE is #F9E351. Grayscale: #252525. Windows color (decimal): -16376658 or 11410438. OLE color: 11410438.
HSL color Cylindrical-coordinate representation of color #061CAE: hue angle of 232.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CAE is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 28 | 174 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.32 |
| HSL | 232.14º | 0.93% | 0.35% | - |
| HSV(B) | 232.14º | 0.97% | 0.68% | - |
| XYZ | 8.13 | 3.93 | 40.37 | - |
| YUV | 38.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 174 | 0.97 | 0.84 | 0 | 0.32 | 232.14 | 0.93 | 0.35 |
| Hex | 6 | 1C | AE | 61 | 54 | 0 | 20 | E8 | 5D | 23 |
| Octal | 6 | 34 | 256 | 141 | 124 | 0 | 40 | 350 | 135 | 43 |
| Binary | 110 | 11100 | 10101110 | 1100001 | 1010100 | 0 | 100000 | 11101000 | 1011101 | 100011 |
Color Harmonies of #061CAE
Complementary color
Monochromatic Colors of #061CAE
Black with #061CAE
Text Example
Text Example
White with #061CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CAE; }
p { color: rgb(6,28,174); }
H1.HeaderClassName
{
color: #061CAE;
}
.AnyTagClassName
{
color: #061CAE;
}
</style>
background-color css
<style>
a { background-color: #061CAE; }
a { background-color: rgb(6,28,174); }
div.DivClassName
{
background-color: #061CAE;
}
.BgClassName
{
background-color: #061CAE;
}
</style>
border-color css
<style>
span { border-color: #061CAE; }
span { border-color: rgb(6,28,174); }
td.TdClassName
{
border-color: #061CAE;
}
.TagClassName
{
border-color: #061CAE;
}
</style>