Shades of Havelock Blue #6883CD
Tints of Havelock Blue #6883CD
RGB
CMYK
RGB Variations
Color information
#6883CD (or 0x6883CD) is known color: Havelock Blue. HEX triplet: 68, 83 and CD. RGB value is (104,131,205). Sum of RGB (Red+Green+Blue) = 104+131+205=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #6883CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883CD is #977C32. Grayscale: #838383. Windows color (decimal): -9927731 or 13468520. OLE color: 13468520.
HSL color Cylindrical-coordinate representation of color #6883CD: hue angle of 223.96º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6883CD is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 131 | 205 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.20 |
| HSL | 223.96º | 0.5% | 0.61% | - |
| HSV(B) | 223.96º | 0.49% | 0.8% | - |
| XYZ | 24.84 | 23.58 | 61 | - |
| YUV | 131.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 205 | 0.49 | 0.36 | 0 | 0.20 | 223.96 | 0.5 | 0.61 |
| Hex | 68 | 83 | CD | 31 | 24 | 0 | 14 | E0 | 32 | 3D |
| Octal | 150 | 203 | 315 | 61 | 44 | 0 | 24 | 340 | 62 | 75 |
| Binary | 1101000 | 10000011 | 11001101 | 110001 | 100100 | 0 | 10100 | 11100000 | 110010 | 111101 |
Color Harmonies of #6883CD
Complementary color
Monochromatic Colors of #6883CD
Black with #6883CD
Text Example
Text Example
White with #6883CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883CD; }
p { color: rgb(104,131,205); }
H1.HeaderClassName
{
color: #6883CD;
}
.AnyTagClassName
{
color: #6883CD;
}
</style>
background-color css
<style>
a { background-color: #6883CD; }
a { background-color: rgb(104,131,205); }
div.DivClassName
{
background-color: #6883CD;
}
.BgClassName
{
background-color: #6883CD;
}
</style>
border-color css
<style>
span { border-color: #6883CD; }
span { border-color: rgb(104,131,205); }
td.TdClassName
{
border-color: #6883CD;
}
.TagClassName
{
border-color: #6883CD;
}
</style>