#617DD4

Color #617DD4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #617DD4

Tints of Havelock Blue #617DD4

Color information

#617DD4 (or 0x617DD4) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and D4. RGB value is (97,125,212). Sum of RGB (Red+Green+Blue) = 97+125+212=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #617DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DD4 is #9E822B. Grayscale: #7E7E7E. Windows color (decimal): -10388012 or 13925729. OLE color: 13925729.

HSL color Cylindrical-coordinate representation of color #617DD4: hue angle of 225.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617DD4 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB97125212-
CMYK0.540.4100.17
HSL225.39º57.21%60.59%-
HSV(B)225.39º54.25%83.14%-
XYZ24.1521.9665.25-
YUV126.55176.22106.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=22.35%
G=28.80%
B=48.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971252120.540.4100.17225.3957.2160.59
Hex617DD43629011e1393d
Octal14117532466510213417175
Binary110000111111011101010011011010100101000111100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617DD4; }

 p { color: rgb(97,125,212); }

 H1.HeaderClassName
 {
   color: #617DD4;
 }
 .AnyTagClassName
 {
   color: #617DD4;
 }
</style>
background-color css

<style>
 a { background-color: #617DD4; }

 a { background-color: rgb(97,125,212); }

 div.DivClassName
 {
   background-color: #617DD4;
 }
 .BgClassName
 {
   background-color: #617DD4;
 }
</style>
border-color css

<style>
 span { border-color: #617DD4; }

 span { border-color: rgb(97,125,212); }

 td.TdClassName
 {
   border-color: #617DD4;
 }
 .TagClassName
 {
   border-color: #617DD4;
 }
</style>