Shades of Havelock Blue #6683CB
Tints of Havelock Blue #6683CB
RGB
CMYK
RGB Variations
Color information
#6683CB (or 0x6683CB) is known color: Havelock Blue. HEX triplet: 66, 83 and CB. RGB value is (102,131,203). Sum of RGB (Red+Green+Blue) = 102+131+203=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6683CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683CB is #997C34. Grayscale: #828282. Windows color (decimal): -10058805 or 13337446. OLE color: 13337446.
HSL color Cylindrical-coordinate representation of color #6683CB: hue angle of 222.77º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6683CB is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 131 | 203 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.20 |
| HSL | 222.77º | 0.49% | 0.6% | - |
| HSV(B) | 222.77º | 0.5% | 0.8% | - |
| XYZ | 24.38 | 23.37 | 59.73 | - |
| YUV | 130.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 203 | 0.50 | 0.35 | 0 | 0.20 | 222.77 | 0.49 | 0.6 |
| Hex | 66 | 83 | CB | 32 | 23 | 0 | 14 | DF | 31 | 3C |
| Octal | 146 | 203 | 313 | 62 | 43 | 0 | 24 | 337 | 61 | 74 |
| Binary | 1100110 | 10000011 | 11001011 | 110010 | 100011 | 0 | 10100 | 11011111 | 110001 | 111100 |
Color Harmonies of #6683CB
Complementary color
Monochromatic Colors of #6683CB
Black with #6683CB
Text Example
Text Example
White with #6683CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6683CB; }
p { color: rgb(102,131,203); }
H1.HeaderClassName
{
color: #6683CB;
}
.AnyTagClassName
{
color: #6683CB;
}
</style>
background-color css
<style>
a { background-color: #6683CB; }
a { background-color: rgb(102,131,203); }
div.DivClassName
{
background-color: #6683CB;
}
.BgClassName
{
background-color: #6683CB;
}
</style>
border-color css
<style>
span { border-color: #6683CB; }
span { border-color: rgb(102,131,203); }
td.TdClassName
{
border-color: #6683CB;
}
.TagClassName
{
border-color: #6683CB;
}
</style>