Html Css Color HEX #0629AB International Klein Blue
📋 copy color: '#0629AB'red 6 ◦ green 41 ◦ blue 171
Shades of International Klein Blue #0629AB
Tints of International Klein Blue #0629AB
RGB
CMYK
RGB Variations
Color information
#0629AB (or 0x0629AB) is known color: International Klein Blue. HEX triplet: 06, 29 and AB. RGB value is (6,41,171). Sum of RGB (Red+Green+Blue) = 6+41+171=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0629AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0629AB is #F9D654. Grayscale: #2C2C2C. Windows color (decimal): -16373333 or 11217158. OLE color: 11217158.
HSL color Cylindrical-coordinate representation of color #0629AB: hue angle of 227.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0629AB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 41 | 171 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.33 |
| HSL | 227.27º | 0.93% | 0.35% | - |
| HSV(B) | 227.27º | 0.96% | 0.67% | - |
| XYZ | 8.22 | 4.56 | 38.98 | - |
| YUV | 45.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 171 | 0.96 | 0.76 | 0 | 0.33 | 227.27 | 0.93 | 0.35 |
| Hex | 6 | 29 | AB | 60 | 4C | 0 | 21 | E3 | 5D | 23 |
| Octal | 6 | 51 | 253 | 140 | 114 | 0 | 41 | 343 | 135 | 43 |
| Binary | 110 | 101001 | 10101011 | 1100000 | 1001100 | 0 | 100001 | 11100011 | 1011101 | 100011 |
Color Harmonies of #0629AB
Complementary color
Monochromatic Colors of #0629AB
Black with #0629AB
Text Example
Text Example
White with #0629AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0629AB; }
p { color: rgb(6,41,171); }
H1.HeaderClassName
{
color: #0629AB;
}
.AnyTagClassName
{
color: #0629AB;
}
</style>
background-color css
<style>
a { background-color: #0629AB; }
a { background-color: rgb(6,41,171); }
div.DivClassName
{
background-color: #0629AB;
}
.BgClassName
{
background-color: #0629AB;
}
</style>
border-color css
<style>
span { border-color: #0629AB; }
span { border-color: rgb(6,41,171); }
td.TdClassName
{
border-color: #0629AB;
}
.TagClassName
{
border-color: #0629AB;
}
</style>