Shades of Havelock Blue #6883CB
Tints of Havelock Blue #6883CB
RGB
CMYK
RGB Variations
Color information
#6883CB (or 0x6883CB) is known color: Havelock Blue. HEX triplet: 68, 83 and CB. RGB value is (104,131,203). Sum of RGB (Red+Green+Blue) = 104+131+203=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 131 (51.56% from 255 or 29.91% 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 #6883CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883CB is #977C34. Grayscale: #828282. Windows color (decimal): -9927733 or 13337448. OLE color: 13337448.
HSL color Cylindrical-coordinate representation of color #6883CB: hue angle of 223.64º 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 #6883CB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 131 | 203 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.20 |
| HSL | 223.64º | 0.49% | 0.6% | - |
| HSV(B) | 223.64º | 0.49% | 0.8% | - |
| XYZ | 24.6 | 23.49 | 59.74 | - |
| YUV | 131.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 203 | 0.49 | 0.35 | 0 | 0.20 | 223.64 | 0.49 | 0.6 |
| Hex | 68 | 83 | CB | 31 | 23 | 0 | 14 | E0 | 31 | 3C |
| Octal | 150 | 203 | 313 | 61 | 43 | 0 | 24 | 340 | 61 | 74 |
| Binary | 1101000 | 10000011 | 11001011 | 110001 | 100011 | 0 | 10100 | 11100000 | 110001 | 111100 |
Color Harmonies of #6883CB
Complementary color
Monochromatic Colors of #6883CB
Black with #6883CB
Text Example
Text Example
White with #6883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883CB; }
p { color: rgb(104,131,203); }
H1.HeaderClassName
{
color: #6883CB;
}
.AnyTagClassName
{
color: #6883CB;
}
</style>
background-color css
<style>
a { background-color: #6883CB; }
a { background-color: rgb(104,131,203); }
div.DivClassName
{
background-color: #6883CB;
}
.BgClassName
{
background-color: #6883CB;
}
</style>
border-color css
<style>
span { border-color: #6883CB; }
span { border-color: rgb(104,131,203); }
td.TdClassName
{
border-color: #6883CB;
}
.TagClassName
{
border-color: #6883CB;
}
</style>