Shades of Havelock Blue #6783CA
Tints of Havelock Blue #6783CA
RGB
CMYK
RGB Variations
Color information
#6783CA (or 0x6783CA) is known color: Havelock Blue. HEX triplet: 67, 83 and CA. RGB value is (103,131,202). Sum of RGB (Red+Green+Blue) = 103+131+202=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6783CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6783CA is #987C35. Grayscale: #828282. Windows color (decimal): -9993270 or 13271911. OLE color: 13271911.
HSL color Cylindrical-coordinate representation of color #6783CA: hue angle of 223.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6783CA is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 131 | 202 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.21 |
| HSL | 223.03º | 0.48% | 0.6% | - |
| HSV(B) | 223.03º | 0.49% | 0.79% | - |
| XYZ | 24.37 | 23.38 | 59.11 | - |
| YUV | 130.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 202 | 0.49 | 0.35 | 0 | 0.21 | 223.03 | 0.48 | 0.6 |
| Hex | 67 | 83 | CA | 31 | 23 | 0 | 15 | DF | 30 | 3C |
| Octal | 147 | 203 | 312 | 61 | 43 | 0 | 25 | 337 | 60 | 74 |
| Binary | 1100111 | 10000011 | 11001010 | 110001 | 100011 | 0 | 10101 | 11011111 | 110000 | 111100 |
Color Harmonies of #6783CA
Complementary color
Monochromatic Colors of #6783CA
Black with #6783CA
Text Example
Text Example
White with #6783CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6783CA; }
p { color: rgb(103,131,202); }
H1.HeaderClassName
{
color: #6783CA;
}
.AnyTagClassName
{
color: #6783CA;
}
</style>
background-color css
<style>
a { background-color: #6783CA; }
a { background-color: rgb(103,131,202); }
div.DivClassName
{
background-color: #6783CA;
}
.BgClassName
{
background-color: #6783CA;
}
</style>
border-color css
<style>
span { border-color: #6783CA; }
span { border-color: rgb(103,131,202); }
td.TdClassName
{
border-color: #6783CA;
}
.TagClassName
{
border-color: #6783CA;
}
</style>