#617CD6

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

Shades of Havelock Blue #617CD6

Tints of Havelock Blue #617CD6

Color information

#617CD6 (or 0x617CD6) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and D6. RGB value is (97,124,214). Sum of RGB (Red+Green+Blue) = 97+124+214=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #617CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CD6 is #9E8329. Grayscale: #7D7D7D. Windows color (decimal): -10388266 or 14056545. OLE color: 14056545.

HSL color Cylindrical-coordinate representation of color #617CD6: hue angle of 226.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617CD6 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97124214-
CMYK0.550.4200.16
HSL226.15º58.79%60.98%-
HSV(B)226.15º54.67%83.92%-
XYZ24.2821.8166.55-
YUV126.19177.55107.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=22.30%
G=28.51%
B=49.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971242140.550.4200.16226.1558.7960.98
Hex617CD6372A010e23b3d
Octal14117432667520203427375
Binary110000111111001101011011011110101001000011100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,124,214); }

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

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

 a { background-color: rgb(97,124,214); }

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

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

 span { border-color: rgb(97,124,214); }

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