Shades of Havelock Blue #6784CB
Tints of Havelock Blue #6784CB
RGB
CMYK
RGB Variations
Color information
#6784CB (or 0x6784CB) is known color: Havelock Blue. HEX triplet: 67, 84 and CB. RGB value is (103,132,203). Sum of RGB (Red+Green+Blue) = 103+132+203=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #6784CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6784CB is #987B34. Grayscale: #838383. Windows color (decimal): -9993013 or 13337703. OLE color: 13337703.
HSL color Cylindrical-coordinate representation of color #6784CB: hue angle of 222.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6784CB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 132 | 203 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.20 |
| HSL | 222.6º | 0.49% | 0.6% | - |
| HSV(B) | 222.6º | 0.49% | 0.8% | - |
| XYZ | 24.62 | 23.7 | 59.78 | - |
| YUV | 131.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 203 | 0.49 | 0.35 | 0 | 0.20 | 222.6 | 0.49 | 0.6 |
| Hex | 67 | 84 | CB | 31 | 23 | 0 | 14 | DF | 31 | 3C |
| Octal | 147 | 204 | 313 | 61 | 43 | 0 | 24 | 337 | 61 | 74 |
| Binary | 1100111 | 10000100 | 11001011 | 110001 | 100011 | 0 | 10100 | 11011111 | 110001 | 111100 |
Color Harmonies of #6784CB
Complementary color
Monochromatic Colors of #6784CB
Black with #6784CB
Text Example
Text Example
White with #6784CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6784CB; }
p { color: rgb(103,132,203); }
H1.HeaderClassName
{
color: #6784CB;
}
.AnyTagClassName
{
color: #6784CB;
}
</style>
background-color css
<style>
a { background-color: #6784CB; }
a { background-color: rgb(103,132,203); }
div.DivClassName
{
background-color: #6784CB;
}
.BgClassName
{
background-color: #6784CB;
}
</style>
border-color css
<style>
span { border-color: #6784CB; }
span { border-color: rgb(103,132,203); }
td.TdClassName
{
border-color: #6784CB;
}
.TagClassName
{
border-color: #6784CB;
}
</style>