Shades of Havelock Blue #6783D6
Tints of Havelock Blue #6783D6
RGB
CMYK
RGB Variations
Color information
#6783D6 (or 0x6783D6) is known color: Havelock Blue. HEX triplet: 67, 83 and D6. RGB value is (103,131,214). Sum of RGB (Red+Green+Blue) = 103+131+214=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #6783D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6783D6 is #987C29. Grayscale: #838383. Windows color (decimal): -9993258 or 14058343. OLE color: 14058343.
HSL color Cylindrical-coordinate representation of color #6783D6: hue angle of 224.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6783D6 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 131 | 214 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.16 |
| HSL | 224.86º | 0.58% | 0.62% | - |
| HSV(B) | 224.86º | 0.52% | 0.84% | - |
| XYZ | 25.85 | 23.97 | 66.88 | - |
| YUV | 132.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 214 | 0.52 | 0.39 | 0 | 0.16 | 224.86 | 0.58 | 0.62 |
| Hex | 67 | 83 | D6 | 34 | 27 | 0 | 10 | E1 | 3A | 3E |
| Octal | 147 | 203 | 326 | 64 | 47 | 0 | 20 | 341 | 72 | 76 |
| Binary | 1100111 | 10000011 | 11010110 | 110100 | 100111 | 0 | 10000 | 11100001 | 111010 | 111110 |
Color Harmonies of #6783D6
Complementary color
Monochromatic Colors of #6783D6
Black with #6783D6
Text Example
Text Example
White with #6783D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6783D6; }
p { color: rgb(103,131,214); }
H1.HeaderClassName
{
color: #6783D6;
}
.AnyTagClassName
{
color: #6783D6;
}
</style>
background-color css
<style>
a { background-color: #6783D6; }
a { background-color: rgb(103,131,214); }
div.DivClassName
{
background-color: #6783D6;
}
.BgClassName
{
background-color: #6783D6;
}
</style>
border-color css
<style>
span { border-color: #6783D6; }
span { border-color: rgb(103,131,214); }
td.TdClassName
{
border-color: #6783D6;
}
.TagClassName
{
border-color: #6783D6;
}
</style>