Html Css Color HEX #0629BD International Klein Blue
📋 copy color: '#0629BD'red 6 ◦ green 41 ◦ blue 189
Shades of International Klein Blue #0629BD
Tints of International Klein Blue #0629BD
RGB
CMYK
RGB Variations
Color information
#0629BD (or 0x0629BD) is known color: International Klein Blue. HEX triplet: 06, 29 and BD. RGB value is (6,41,189). Sum of RGB (Red+Green+Blue) = 6+41+189=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #0629BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629BD is #F9D642. Grayscale: #2E2E2E. Windows color (decimal): -16373315 or 12396806. OLE color: 12396806.
HSL color Cylindrical-coordinate representation of color #0629BD: hue angle of 228.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0629BD is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 41 | 189 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.26 |
| HSL | 228.52º | 0.94% | 0.38% | - |
| HSV(B) | 228.52º | 0.97% | 0.74% | - |
| XYZ | 10.05 | 5.3 | 48.64 | - |
| YUV | 47.41 | 207.9 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 189 | 0.97 | 0.78 | 0 | 0.26 | 228.52 | 0.94 | 0.38 |
| Hex | 6 | 29 | BD | 61 | 4E | 0 | 1A | E5 | 5E | 26 |
| Octal | 6 | 51 | 275 | 141 | 116 | 0 | 32 | 345 | 136 | 46 |
| Binary | 110 | 101001 | 10111101 | 1100001 | 1001110 | 0 | 11010 | 11100101 | 1011110 | 100110 |
Color Harmonies of #0629BD
Complementary color
Monochromatic Colors of #0629BD
Black with #0629BD
Text Example
Text Example
White with #0629BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0629BD; }
p { color: rgb(6,41,189); }
H1.HeaderClassName
{
color: #0629BD;
}
.AnyTagClassName
{
color: #0629BD;
}
</style>
background-color css
<style>
a { background-color: #0629BD; }
a { background-color: rgb(6,41,189); }
div.DivClassName
{
background-color: #0629BD;
}
.BgClassName
{
background-color: #0629BD;
}
</style>
border-color css
<style>
span { border-color: #0629BD; }
span { border-color: rgb(6,41,189); }
td.TdClassName
{
border-color: #0629BD;
}
.TagClassName
{
border-color: #0629BD;
}
</style>