Shades of Havelock Blue #6780CE
Tints of Havelock Blue #6780CE
RGB
CMYK
RGB Variations
Color information
#6780CE (or 0x6780CE) is known color: Havelock Blue. HEX triplet: 67, 80 and CE. RGB value is (103,128,206). Sum of RGB (Red+Green+Blue) = 103+128+206=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6780CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780CE is #987F31. Grayscale: #818181. Windows color (decimal): -9994034 or 13533287. OLE color: 13533287.
HSL color Cylindrical-coordinate representation of color #6780CE: hue angle of 225.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6780CE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 128 | 206 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.19 |
| HSL | 225.44º | 0.51% | 0.61% | - |
| HSV(B) | 225.44º | 0.5% | 0.81% | - |
| XYZ | 24.45 | 22.78 | 61.5 | - |
| YUV | 129.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 206 | 0.50 | 0.38 | 0 | 0.19 | 225.44 | 0.51 | 0.61 |
| Hex | 67 | 80 | CE | 32 | 26 | 0 | 13 | E1 | 33 | 3D |
| Octal | 147 | 200 | 316 | 62 | 46 | 0 | 23 | 341 | 63 | 75 |
| Binary | 1100111 | 10000000 | 11001110 | 110010 | 100110 | 0 | 10011 | 11100001 | 110011 | 111101 |
Color Harmonies of #6780CE
Complementary color
Monochromatic Colors of #6780CE
Black with #6780CE
Text Example
Text Example
White with #6780CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780CE; }
p { color: rgb(103,128,206); }
H1.HeaderClassName
{
color: #6780CE;
}
.AnyTagClassName
{
color: #6780CE;
}
</style>
background-color css
<style>
a { background-color: #6780CE; }
a { background-color: rgb(103,128,206); }
div.DivClassName
{
background-color: #6780CE;
}
.BgClassName
{
background-color: #6780CE;
}
</style>
border-color css
<style>
span { border-color: #6780CE; }
span { border-color: rgb(103,128,206); }
td.TdClassName
{
border-color: #6780CE;
}
.TagClassName
{
border-color: #6780CE;
}
</style>