#617FD5

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

Shades of Havelock Blue #617FD5

Tints of Havelock Blue #617FD5

Color information

#617FD5 (or 0x617FD5) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and D5. RGB value is (97,127,213). Sum of RGB (Red+Green+Blue) = 97+127+213=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #617FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FD5 is #9E802A. Grayscale: #7F7F7F. Windows color (decimal): -10387499 or 13991777. OLE color: 13991777.

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

Color convert

RGB97127213-
CMYK0.540.4000.16
HSL224.48º58%60.78%-
HSV(B)224.48º54.46%83.53%-
XYZ24.5322.5266.01-
YUV127.83176.06106.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=22.20%
G=29.06%
B=48.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971272130.540.4000.16224.485860.78
Hex617FD53628010e03a3d
Octal14117732566500203407275
Binary110000111111111101010111011010100001000011100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,127,213); }

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

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

 a { background-color: rgb(97,127,213); }

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

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

 span { border-color: rgb(97,127,213); }

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