Html Css Color HEX #0633AA International Klein Blue
📋 copy color: '#0633AA'red 6 ◦ green 51 ◦ blue 170
Shades of International Klein Blue #0633AA
Tints of International Klein Blue #0633AA
RGB
CMYK
RGB Variations
Color information
#0633AA (or 0x0633AA) is known color: International Klein Blue. HEX triplet: 06, 33 and AA. RGB value is (6,51,170). Sum of RGB (Red+Green+Blue) = 6+51+170=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0633AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0633AA is #F9CC55. Grayscale: #323232. Windows color (decimal): -16370774 or 11154182. OLE color: 11154182.
HSL color Cylindrical-coordinate representation of color #0633AA: hue angle of 223.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0633AA is Cyan = 0.96, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 51 | 170 | - |
| CMYK | 0.96 | 0.7 | 0 | 0.33 |
| HSL | 223.54º | 0.93% | 0.35% | - |
| HSV(B) | 223.54º | 0.96% | 0.67% | - |
| XYZ | 8.51 | 5.31 | 38.61 | - |
| YUV | 51.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 170 | 0.96 | 0.7 | 0 | 0.33 | 223.54 | 0.93 | 0.35 |
| Hex | 6 | 33 | AA | 60 | 46 | 0 | 21 | E0 | 5D | 23 |
| Octal | 6 | 63 | 252 | 140 | 106 | 0 | 41 | 340 | 135 | 43 |
| Binary | 110 | 110011 | 10101010 | 1100000 | 1000110 | 0 | 100001 | 11100000 | 1011101 | 100011 |
Color Harmonies of #0633AA
Complementary color
Monochromatic Colors of #0633AA
Black with #0633AA
Text Example
Text Example
White with #0633AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0633AA; }
p { color: rgb(6,51,170); }
H1.HeaderClassName
{
color: #0633AA;
}
.AnyTagClassName
{
color: #0633AA;
}
</style>
background-color css
<style>
a { background-color: #0633AA; }
a { background-color: rgb(6,51,170); }
div.DivClassName
{
background-color: #0633AA;
}
.BgClassName
{
background-color: #0633AA;
}
</style>
border-color css
<style>
span { border-color: #0633AA; }
span { border-color: rgb(6,51,170); }
td.TdClassName
{
border-color: #0633AA;
}
.TagClassName
{
border-color: #0633AA;
}
</style>