Html Css Color HEX #06219C International Klein Blue
📋 copy color: '#06219C'red 6 ◦ green 33 ◦ blue 156
Shades of International Klein Blue #06219C
Tints of International Klein Blue #06219C
RGB
CMYK
RGB Variations
Color information
#06219C (or 0x06219C) is known color: International Klein Blue. HEX triplet: 06, 21 and 9C. RGB value is (6,33,156). Sum of RGB (Red+Green+Blue) = 6+33+156=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #06219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06219C is #F9DE63. Grayscale: #262626. Windows color (decimal): -16375396 or 10232070. OLE color: 10232070.
HSL color Cylindrical-coordinate representation of color #06219C: hue angle of 229.2º 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 #06219C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 33 | 156 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.39 |
| HSL | 229.2º | 0.93% | 0.32% | - |
| HSV(B) | 229.2º | 0.96% | 0.61% | - |
| XYZ | 6.62 | 3.53 | 31.78 | - |
| YUV | 38.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 156 | 0.96 | 0.79 | 0 | 0.39 | 229.2 | 0.93 | 0.32 |
| Hex | 6 | 21 | 9C | 60 | 4F | 0 | 27 | E5 | 5D | 20 |
| Octal | 6 | 41 | 234 | 140 | 117 | 0 | 47 | 345 | 135 | 40 |
| Binary | 110 | 100001 | 10011100 | 1100000 | 1001111 | 0 | 100111 | 11100101 | 1011101 | 100000 |
Color Harmonies of #06219C
Complementary color
Monochromatic Colors of #06219C
Black with #06219C
Text Example
Text Example
White with #06219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06219C; }
p { color: rgb(6,33,156); }
H1.HeaderClassName
{
color: #06219C;
}
.AnyTagClassName
{
color: #06219C;
}
</style>
background-color css
<style>
a { background-color: #06219C; }
a { background-color: rgb(6,33,156); }
div.DivClassName
{
background-color: #06219C;
}
.BgClassName
{
background-color: #06219C;
}
</style>
border-color css
<style>
span { border-color: #06219C; }
span { border-color: rgb(6,33,156); }
td.TdClassName
{
border-color: #06219C;
}
.TagClassName
{
border-color: #06219C;
}
</style>