Html Css Color HEX #0623C0 International Klein Blue
📋 copy color: '#0623C0'red 6 ◦ green 35 ◦ blue 192
Shades of International Klein Blue #0623C0
Tints of International Klein Blue #0623C0
RGB
CMYK
RGB Variations
Color information
#0623C0 (or 0x0623C0) is known color: International Klein Blue. HEX triplet: 06, 23 and C0. RGB value is (6,35,192). Sum of RGB (Red+Green+Blue) = 6+35+192=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 192 (75.39% from 255 or 82.40% from 233); Max value from RGB is 192 - color contains mainly: blue. Hex color #0623C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623C0 is #F9DC3F. Grayscale: #2B2B2B. Windows color (decimal): -16374848 or 12591878. OLE color: 12591878.
HSL color Cylindrical-coordinate representation of color #0623C0: hue angle of 230.65º 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 #0623C0 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 35 | 192 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.25 |
| HSL | 230.65º | 0.94% | 0.39% | - |
| HSV(B) | 230.65º | 0.97% | 0.75% | - |
| XYZ | 10.19 | 5.05 | 50.31 | - |
| YUV | 44.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 192 | 0.97 | 0.82 | 0 | 0.25 | 230.65 | 0.94 | 0.39 |
| Hex | 6 | 23 | C0 | 61 | 52 | 0 | 19 | E7 | 5E | 27 |
| Octal | 6 | 43 | 300 | 141 | 122 | 0 | 31 | 347 | 136 | 47 |
| Binary | 110 | 100011 | 11000000 | 1100001 | 1010010 | 0 | 11001 | 11100111 | 1011110 | 100111 |
Color Harmonies of #0623C0
Complementary color
Monochromatic Colors of #0623C0
Black with #0623C0
Text Example
Text Example
White with #0623C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0623C0; }
p { color: rgb(6,35,192); }
H1.HeaderClassName
{
color: #0623C0;
}
.AnyTagClassName
{
color: #0623C0;
}
</style>
background-color css
<style>
a { background-color: #0623C0; }
a { background-color: rgb(6,35,192); }
div.DivClassName
{
background-color: #0623C0;
}
.BgClassName
{
background-color: #0623C0;
}
</style>
border-color css
<style>
span { border-color: #0623C0; }
span { border-color: rgb(6,35,192); }
td.TdClassName
{
border-color: #0623C0;
}
.TagClassName
{
border-color: #0623C0;
}
</style>