#617EAF

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

Shades of Havelock Blue #617EAF

Tints of Havelock Blue #617EAF

Color information

#617EAF (or 0x617EAF) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and AF. RGB value is (97,126,175). Sum of RGB (Red+Green+Blue) = 97+126+175=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #617EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EAF is #9E8150. Grayscale: #7A7A7A. Windows color (decimal): -10387793 or 11501153. OLE color: 11501153.

HSL color Cylindrical-coordinate representation of color #617EAF: hue angle of 217.69º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617EAF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97126175-
CMYK0.450.2800.31
HSL217.69º32.77%53.33%-
HSV(B)217.69º44.57%68.63%-
XYZ20.1320.5643.46-
YUV122.92157.39109.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=24.37%
G=31.66%
B=43.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971261750.450.2800.31217.6932.7753.33
Hex617EAF2D1C01Fda2135
Octal14117625755340373324165
Binary11000011111110101011111011011110001111111011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,126,175); }

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

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

 a { background-color: rgb(97,126,175); }

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

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

 span { border-color: rgb(97,126,175); }

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