Shades of Havelock Blue #617BD3
Tints of Havelock Blue #617BD3
RGB
CMYK
RGB Variations
Color information
#617BD3 (or 0x617BD3) is known color: Havelock Blue. HEX triplet: 61, 7B and D3. RGB value is (97,123,211). Sum of RGB (Red+Green+Blue) = 97+123+211=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #617BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD3 is #9E842C. Grayscale: #7C7C7C. Windows color (decimal): -10388525 or 13859681. OLE color: 13859681.
HSL color Cylindrical-coordinate representation of color #617BD3: hue angle of 226.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617BD3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 123 | 211 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.17 |
| HSL | 226.32º | 0.56% | 0.6% | - |
| HSV(B) | 226.32º | 0.54% | 0.83% | - |
| XYZ | 23.77 | 21.41 | 64.51 | - |
| YUV | 125.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 211 | 0.54 | 0.42 | 0 | 0.17 | 226.32 | 0.56 | 0.6 |
| Hex | 61 | 7B | D3 | 36 | 2A | 0 | 11 | E2 | 38 | 3C |
| Octal | 141 | 173 | 323 | 66 | 52 | 0 | 21 | 342 | 70 | 74 |
| Binary | 1100001 | 1111011 | 11010011 | 110110 | 101010 | 0 | 10001 | 11100010 | 111000 | 111100 |
Color Harmonies of #617BD3
Complementary color
Monochromatic Colors of #617BD3
Black with #617BD3
Text Example
Text Example
White with #617BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BD3; }
p { color: rgb(97,123,211); }
H1.HeaderClassName
{
color: #617BD3;
}
.AnyTagClassName
{
color: #617BD3;
}
</style>
background-color css
<style>
a { background-color: #617BD3; }
a { background-color: rgb(97,123,211); }
div.DivClassName
{
background-color: #617BD3;
}
.BgClassName
{
background-color: #617BD3;
}
</style>
border-color css
<style>
span { border-color: #617BD3; }
span { border-color: rgb(97,123,211); }
td.TdClassName
{
border-color: #617BD3;
}
.TagClassName
{
border-color: #617BD3;
}
</style>