Html Css Color HEX #0620B9 International Klein Blue
📋 copy color: '#0620B9'red 6 ◦ green 32 ◦ blue 185
Shades of International Klein Blue #0620B9
Tints of International Klein Blue #0620B9
RGB
CMYK
RGB Variations
Color information
#0620B9 (or 0x0620B9) is known color: International Klein Blue. HEX triplet: 06, 20 and B9. RGB value is (6,32,185). Sum of RGB (Red+Green+Blue) = 6+32+185=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #0620B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620B9 is #F9DF46. Grayscale: #292929. Windows color (decimal): -16375623 or 12132358. OLE color: 12132358.
HSL color Cylindrical-coordinate representation of color #0620B9: hue angle of 231.28º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620B9 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 32 | 185 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.27 |
| HSL | 231.28º | 0.94% | 0.37% | - |
| HSV(B) | 231.28º | 0.97% | 0.73% | - |
| XYZ | 9.35 | 4.57 | 46.29 | - |
| YUV | 41.67 | 208.89 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 185 | 0.97 | 0.83 | 0 | 0.27 | 231.28 | 0.94 | 0.37 |
| Hex | 6 | 20 | B9 | 61 | 53 | 0 | 1B | E7 | 5E | 25 |
| Octal | 6 | 40 | 271 | 141 | 123 | 0 | 33 | 347 | 136 | 45 |
| Binary | 110 | 100000 | 10111001 | 1100001 | 1010011 | 0 | 11011 | 11100111 | 1011110 | 100101 |
Color Harmonies of #0620B9
Complementary color
Monochromatic Colors of #0620B9
Black with #0620B9
Text Example
Text Example
White with #0620B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620B9; }
p { color: rgb(6,32,185); }
H1.HeaderClassName
{
color: #0620B9;
}
.AnyTagClassName
{
color: #0620B9;
}
</style>
background-color css
<style>
a { background-color: #0620B9; }
a { background-color: rgb(6,32,185); }
div.DivClassName
{
background-color: #0620B9;
}
.BgClassName
{
background-color: #0620B9;
}
</style>
border-color css
<style>
span { border-color: #0620B9; }
span { border-color: rgb(6,32,185); }
td.TdClassName
{
border-color: #0620B9;
}
.TagClassName
{
border-color: #0620B9;
}
</style>