#617FD8

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

Shades of Havelock Blue #617FD8

Tints of Havelock Blue #617FD8

Color information

#617FD8 (or 0x617FD8) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and D8. RGB value is (97,127,216). Sum of RGB (Red+Green+Blue) = 97+127+216=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #617FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FD8 is #9E8027. Grayscale: #7F7F7F. Windows color (decimal): -10387496 or 14188385. OLE color: 14188385.

HSL color Cylindrical-coordinate representation of color #617FD8: hue angle of 224.87º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617FD8 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97127216-
CMYK0.550.4100.15
HSL224.87º60.41%61.37%-
HSV(B)224.87º55.09%84.71%-
XYZ24.9122.6868.03-
YUV128.18177.56105.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=22.05%
G=28.86%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971272160.550.4100.15224.8760.4161.37
Hex617FD837290Fe13c3d
Octal14117733067510173417475
Binary11000011111111110110001101111010010111111100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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