Html Css Color HEX #0622BC International Klein Blue
📋 copy color: '#0622BC'red 6 ◦ green 34 ◦ blue 188
Shades of International Klein Blue #0622BC
Tints of International Klein Blue #0622BC
RGB
CMYK
RGB Variations
Color information
#0622BC (or 0x0622BC) is known color: International Klein Blue. HEX triplet: 06, 22 and BC. RGB value is (6,34,188). Sum of RGB (Red+Green+Blue) = 6+34+188=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #0622BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0622BC is #F9DD43. Grayscale: #2A2A2A. Windows color (decimal): -16375108 or 12329478. OLE color: 12329478.
HSL color Cylindrical-coordinate representation of color #0622BC: hue angle of 230.77º 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 #0622BC is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 34 | 188 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.26 |
| HSL | 230.77º | 0.94% | 0.38% | - |
| HSV(B) | 230.77º | 0.97% | 0.74% | - |
| XYZ | 9.72 | 4.81 | 47.99 | - |
| YUV | 43.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 188 | 0.97 | 0.82 | 0 | 0.26 | 230.77 | 0.94 | 0.38 |
| Hex | 6 | 22 | BC | 61 | 52 | 0 | 1A | E7 | 5E | 26 |
| Octal | 6 | 42 | 274 | 141 | 122 | 0 | 32 | 347 | 136 | 46 |
| Binary | 110 | 100010 | 10111100 | 1100001 | 1010010 | 0 | 11010 | 11100111 | 1011110 | 100110 |
Color Harmonies of #0622BC
Complementary color
Monochromatic Colors of #0622BC
Black with #0622BC
Text Example
Text Example
White with #0622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0622BC; }
p { color: rgb(6,34,188); }
H1.HeaderClassName
{
color: #0622BC;
}
.AnyTagClassName
{
color: #0622BC;
}
</style>
background-color css
<style>
a { background-color: #0622BC; }
a { background-color: rgb(6,34,188); }
div.DivClassName
{
background-color: #0622BC;
}
.BgClassName
{
background-color: #0622BC;
}
</style>
border-color css
<style>
span { border-color: #0622BC; }
span { border-color: rgb(6,34,188); }
td.TdClassName
{
border-color: #0622BC;
}
.TagClassName
{
border-color: #0622BC;
}
</style>