#617DC1

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

Shades of Havelock Blue #617DC1

Tints of Havelock Blue #617DC1

Color information

#617DC1 (or 0x617DC1) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and C1. RGB value is (97,125,193). Sum of RGB (Red+Green+Blue) = 97+125+193=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #617DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DC1 is #9E823E. Grayscale: #7C7C7C. Windows color (decimal): -10388031 or 12680545. OLE color: 12680545.

HSL color Cylindrical-coordinate representation of color #617DC1: hue angle of 222.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617DC1 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97125193-
CMYK0.500.3500.24
HSL222.5º43.64%56.86%-
HSV(B)222.5º49.74%75.69%-
XYZ21.8921.0653.36-
YUV124.38166.72108.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=23.37%
G=30.12%
B=46.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971251930.500.3500.24222.543.6456.86
Hex617DC13223018de2c39
Octal14117530162430303365471
Binary110000111111011100000111001010001101100011011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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