Shades of Havelock Blue #6480C2
Tints of Havelock Blue #6480C2
RGB
CMYK
RGB Variations
Color information
#6480C2 (or 0x6480C2) is known color: Havelock Blue. HEX triplet: 64, 80 and C2. RGB value is (100,128,194). Sum of RGB (Red+Green+Blue) = 100+128+194=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #6480C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480C2 is #9B7F3D. Grayscale: #7E7E7E. Windows color (decimal): -10190654 or 12746852. OLE color: 12746852.
HSL color Cylindrical-coordinate representation of color #6480C2: hue angle of 222.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6480C2 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 128 | 194 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.24 |
| HSL | 222.13º | 0.44% | 0.58% | - |
| HSV(B) | 222.13º | 0.48% | 0.76% | - |
| XYZ | 22.71 | 22.04 | 54.1 | - |
| YUV | 127.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 194 | 0.48 | 0.34 | 0 | 0.24 | 222.13 | 0.44 | 0.58 |
| Hex | 64 | 80 | C2 | 30 | 22 | 0 | 18 | DE | 2C | 3A |
| Octal | 144 | 200 | 302 | 60 | 42 | 0 | 30 | 336 | 54 | 72 |
| Binary | 1100100 | 10000000 | 11000010 | 110000 | 100010 | 0 | 11000 | 11011110 | 101100 | 111010 |
Color Harmonies of #6480C2
Complementary color
Monochromatic Colors of #6480C2
Black with #6480C2
Text Example
Text Example
White with #6480C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6480C2; }
p { color: rgb(100,128,194); }
H1.HeaderClassName
{
color: #6480C2;
}
.AnyTagClassName
{
color: #6480C2;
}
</style>
background-color css
<style>
a { background-color: #6480C2; }
a { background-color: rgb(100,128,194); }
div.DivClassName
{
background-color: #6480C2;
}
.BgClassName
{
background-color: #6480C2;
}
</style>
border-color css
<style>
span { border-color: #6480C2; }
span { border-color: rgb(100,128,194); }
td.TdClassName
{
border-color: #6480C2;
}
.TagClassName
{
border-color: #6480C2;
}
</style>