Html Css Color HEX #0627BE International Klein Blue
📋 copy color: '#0627BE'red 6 ◦ green 39 ◦ blue 190
Shades of International Klein Blue #0627BE
Tints of International Klein Blue #0627BE
RGB
CMYK
RGB Variations
Color information
#0627BE (or 0x0627BE) is known color: International Klein Blue. HEX triplet: 06, 27 and BE. RGB value is (6,39,190). Sum of RGB (Red+Green+Blue) = 6+39+190=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #0627BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627BE is #F9D841. Grayscale: #2D2D2D. Windows color (decimal): -16373826 or 12461830. OLE color: 12461830.
HSL color Cylindrical-coordinate representation of color #0627BE: hue angle of 229.24º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0627BE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 39 | 190 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.25 |
| HSL | 229.24º | 0.94% | 0.38% | - |
| HSV(B) | 229.24º | 0.97% | 0.75% | - |
| XYZ | 10.09 | 5.21 | 49.19 | - |
| YUV | 46.35 | 209.07 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 190 | 0.97 | 0.79 | 0 | 0.25 | 229.24 | 0.94 | 0.38 |
| Hex | 6 | 27 | BE | 61 | 4F | 0 | 19 | E5 | 5E | 26 |
| Octal | 6 | 47 | 276 | 141 | 117 | 0 | 31 | 345 | 136 | 46 |
| Binary | 110 | 100111 | 10111110 | 1100001 | 1001111 | 0 | 11001 | 11100101 | 1011110 | 100110 |
Color Harmonies of #0627BE
Complementary color
Monochromatic Colors of #0627BE
Black with #0627BE
Text Example
Text Example
White with #0627BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0627BE; }
p { color: rgb(6,39,190); }
H1.HeaderClassName
{
color: #0627BE;
}
.AnyTagClassName
{
color: #0627BE;
}
</style>
background-color css
<style>
a { background-color: #0627BE; }
a { background-color: rgb(6,39,190); }
div.DivClassName
{
background-color: #0627BE;
}
.BgClassName
{
background-color: #0627BE;
}
</style>
border-color css
<style>
span { border-color: #0627BE; }
span { border-color: rgb(6,39,190); }
td.TdClassName
{
border-color: #0627BE;
}
.TagClassName
{
border-color: #0627BE;
}
</style>