Html Css Color HEX #0627C0 International Klein Blue
📋 copy color: '#0627C0'red 6 ◦ green 39 ◦ blue 192
Shades of International Klein Blue #0627C0
Tints of International Klein Blue #0627C0
RGB
CMYK
RGB Variations
Color information
#0627C0 (or 0x0627C0) is known color: International Klein Blue. HEX triplet: 06, 27 and C0. RGB value is (6,39,192). Sum of RGB (Red+Green+Blue) = 6+39+192=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #0627C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627C0 is #F9D83F. Grayscale: #2D2D2D. Windows color (decimal): -16373824 or 12592902. OLE color: 12592902.
HSL color Cylindrical-coordinate representation of color #0627C0: hue angle of 229.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0627C0 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 39 | 192 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.25 |
| HSL | 229.35º | 0.94% | 0.39% | - |
| HSV(B) | 229.35º | 0.97% | 0.75% | - |
| XYZ | 10.32 | 5.3 | 50.35 | - |
| YUV | 46.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 192 | 0.97 | 0.80 | 0 | 0.25 | 229.35 | 0.94 | 0.39 |
| Hex | 6 | 27 | C0 | 61 | 50 | 0 | 19 | E5 | 5E | 27 |
| Octal | 6 | 47 | 300 | 141 | 120 | 0 | 31 | 345 | 136 | 47 |
| Binary | 110 | 100111 | 11000000 | 1100001 | 1010000 | 0 | 11001 | 11100101 | 1011110 | 100111 |
Color Harmonies of #0627C0
Complementary color
Monochromatic Colors of #0627C0
Black with #0627C0
Text Example
Text Example
White with #0627C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0627C0; }
p { color: rgb(6,39,192); }
H1.HeaderClassName
{
color: #0627C0;
}
.AnyTagClassName
{
color: #0627C0;
}
</style>
background-color css
<style>
a { background-color: #0627C0; }
a { background-color: rgb(6,39,192); }
div.DivClassName
{
background-color: #0627C0;
}
.BgClassName
{
background-color: #0627C0;
}
</style>
border-color css
<style>
span { border-color: #0627C0; }
span { border-color: rgb(6,39,192); }
td.TdClassName
{
border-color: #0627C0;
}
.TagClassName
{
border-color: #0627C0;
}
</style>