Html Css Color HEX #0620A7 International Klein Blue
📋 copy color: '#0620A7'red 6 ◦ green 32 ◦ blue 167
Shades of International Klein Blue #0620A7
Tints of International Klein Blue #0620A7
RGB
CMYK
RGB Variations
Color information
#0620A7 (or 0x0620A7) is known color: International Klein Blue. HEX triplet: 06, 20 and A7. RGB value is (6,32,167). Sum of RGB (Red+Green+Blue) = 6+32+167=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 167 (65.62% from 255 or 81.46% from 205); Max value from RGB is 167 - color contains mainly: blue. Hex color #0620A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620A7 is #F9DF58. Grayscale: #272727. Windows color (decimal): -16375641 or 10952710. OLE color: 10952710.
HSL color Cylindrical-coordinate representation of color #0620A7: hue angle of 230.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0620A7 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 32 | 167 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.35 |
| HSL | 230.31º | 0.93% | 0.34% | - |
| HSV(B) | 230.31º | 0.96% | 0.65% | - |
| XYZ | 7.57 | 3.86 | 36.91 | - |
| YUV | 39.62 | 199.89 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 167 | 0.96 | 0.81 | 0 | 0.35 | 230.31 | 0.93 | 0.34 |
| Hex | 6 | 20 | A7 | 60 | 51 | 0 | 23 | E6 | 5D | 22 |
| Octal | 6 | 40 | 247 | 140 | 121 | 0 | 43 | 346 | 135 | 42 |
| Binary | 110 | 100000 | 10100111 | 1100000 | 1010001 | 0 | 100011 | 11100110 | 1011101 | 100010 |
Color Harmonies of #0620A7
Complementary color
Monochromatic Colors of #0620A7
Black with #0620A7
Text Example
Text Example
White with #0620A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620A7; }
p { color: rgb(6,32,167); }
H1.HeaderClassName
{
color: #0620A7;
}
.AnyTagClassName
{
color: #0620A7;
}
</style>
background-color css
<style>
a { background-color: #0620A7; }
a { background-color: rgb(6,32,167); }
div.DivClassName
{
background-color: #0620A7;
}
.BgClassName
{
background-color: #0620A7;
}
</style>
border-color css
<style>
span { border-color: #0620A7; }
span { border-color: rgb(6,32,167); }
td.TdClassName
{
border-color: #0620A7;
}
.TagClassName
{
border-color: #0620A7;
}
</style>