Html Css Color HEX #0620B7 International Klein Blue
📋 copy color: '#0620B7'red 6 ◦ green 32 ◦ blue 183
Shades of International Klein Blue #0620B7
Tints of International Klein Blue #0620B7
RGB
CMYK
RGB Variations
Color information
#0620B7 (or 0x0620B7) is known color: International Klein Blue. HEX triplet: 06, 20 and B7. RGB value is (6,32,183). Sum of RGB (Red+Green+Blue) = 6+32+183=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 183 (71.88% from 255 or 82.81% from 221); Max value from RGB is 183 - color contains mainly: blue. Hex color #0620B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620B7 is #F9DF48. Grayscale: #282828. Windows color (decimal): -16375625 or 12001286. OLE color: 12001286.
HSL color Cylindrical-coordinate representation of color #0620B7: hue angle of 231.19º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620B7 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 32 | 183 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.28 |
| HSL | 231.19º | 0.94% | 0.37% | - |
| HSV(B) | 231.19º | 0.97% | 0.72% | - |
| XYZ | 9.14 | 4.49 | 45.18 | - |
| YUV | 41.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 183 | 0.97 | 0.83 | 0 | 0.28 | 231.19 | 0.94 | 0.37 |
| Hex | 6 | 20 | B7 | 61 | 53 | 0 | 1C | E7 | 5E | 25 |
| Octal | 6 | 40 | 267 | 141 | 123 | 0 | 34 | 347 | 136 | 45 |
| Binary | 110 | 100000 | 10110111 | 1100001 | 1010011 | 0 | 11100 | 11100111 | 1011110 | 100101 |
Color Harmonies of #0620B7
Complementary color
Monochromatic Colors of #0620B7
Black with #0620B7
Text Example
Text Example
White with #0620B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620B7; }
p { color: rgb(6,32,183); }
H1.HeaderClassName
{
color: #0620B7;
}
.AnyTagClassName
{
color: #0620B7;
}
</style>
background-color css
<style>
a { background-color: #0620B7; }
a { background-color: rgb(6,32,183); }
div.DivClassName
{
background-color: #0620B7;
}
.BgClassName
{
background-color: #0620B7;
}
</style>
border-color css
<style>
span { border-color: #0620B7; }
span { border-color: rgb(6,32,183); }
td.TdClassName
{
border-color: #0620B7;
}
.TagClassName
{
border-color: #0620B7;
}
</style>