Shades of Havelock Blue #657DC3
Tints of Havelock Blue #657DC3
RGB
CMYK
RGB Variations
Color information
#657DC3 (or 0x657DC3) is known color: Havelock Blue. HEX triplet: 65, 7D and C3. RGB value is (101,125,195). Sum of RGB (Red+Green+Blue) = 101+125+195=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #657DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DC3 is #9A823C. Grayscale: #7D7D7D. Windows color (decimal): -10125885 or 12811621. OLE color: 12811621.
HSL color Cylindrical-coordinate representation of color #657DC3: hue angle of 224.68º 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 #657DC3 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 125 | 195 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.24 |
| HSL | 224.68º | 0.44% | 0.58% | - |
| HSV(B) | 224.68º | 0.48% | 0.76% | - |
| XYZ | 22.55 | 21.37 | 54.57 | - |
| YUV | 125.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 195 | 0.48 | 0.36 | 0 | 0.24 | 224.68 | 0.44 | 0.58 |
| Hex | 65 | 7D | C3 | 30 | 24 | 0 | 18 | E1 | 2C | 3A |
| Octal | 145 | 175 | 303 | 60 | 44 | 0 | 30 | 341 | 54 | 72 |
| Binary | 1100101 | 1111101 | 11000011 | 110000 | 100100 | 0 | 11000 | 11100001 | 101100 | 111010 |
Color Harmonies of #657DC3
Complementary color
Monochromatic Colors of #657DC3
Black with #657DC3
Text Example
Text Example
White with #657DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DC3; }
p { color: rgb(101,125,195); }
H1.HeaderClassName
{
color: #657DC3;
}
.AnyTagClassName
{
color: #657DC3;
}
</style>
background-color css
<style>
a { background-color: #657DC3; }
a { background-color: rgb(101,125,195); }
div.DivClassName
{
background-color: #657DC3;
}
.BgClassName
{
background-color: #657DC3;
}
</style>
border-color css
<style>
span { border-color: #657DC3; }
span { border-color: rgb(101,125,195); }
td.TdClassName
{
border-color: #657DC3;
}
.TagClassName
{
border-color: #657DC3;
}
</style>