Shades of Havelock Blue #667DC3
Tints of Havelock Blue #667DC3
RGB
CMYK
RGB Variations
Color information
#667DC3 (or 0x667DC3) is known color: Havelock Blue. HEX triplet: 66, 7D and C3. RGB value is (102,125,195). Sum of RGB (Red+Green+Blue) = 102+125+195=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #667DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DC3 is #99823C. Grayscale: #7D7D7D. Windows color (decimal): -10060349 or 12811622. OLE color: 12811622.
HSL color Cylindrical-coordinate representation of color #667DC3: hue angle of 225.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667DC3 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 125 | 195 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.24 |
| HSL | 225.16º | 0.44% | 0.58% | - |
| HSV(B) | 225.16º | 0.48% | 0.76% | - |
| XYZ | 22.66 | 21.43 | 54.57 | - |
| YUV | 126.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 195 | 0.48 | 0.36 | 0 | 0.24 | 225.16 | 0.44 | 0.58 |
| Hex | 66 | 7D | C3 | 30 | 24 | 0 | 18 | E1 | 2C | 3A |
| Octal | 146 | 175 | 303 | 60 | 44 | 0 | 30 | 341 | 54 | 72 |
| Binary | 1100110 | 1111101 | 11000011 | 110000 | 100100 | 0 | 11000 | 11100001 | 101100 | 111010 |
Color Harmonies of #667DC3
Complementary color
Monochromatic Colors of #667DC3
Black with #667DC3
Text Example
Text Example
White with #667DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DC3; }
p { color: rgb(102,125,195); }
H1.HeaderClassName
{
color: #667DC3;
}
.AnyTagClassName
{
color: #667DC3;
}
</style>
background-color css
<style>
a { background-color: #667DC3; }
a { background-color: rgb(102,125,195); }
div.DivClassName
{
background-color: #667DC3;
}
.BgClassName
{
background-color: #667DC3;
}
</style>
border-color css
<style>
span { border-color: #667DC3; }
span { border-color: rgb(102,125,195); }
td.TdClassName
{
border-color: #667DC3;
}
.TagClassName
{
border-color: #667DC3;
}
</style>