#617AC5

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

Shades of Havelock Blue #617AC5

Tints of Havelock Blue #617AC5

Color information

#617AC5 (or 0x617AC5) is unknown color: approx Havelock Blue. HEX triplet: 61, 7A and C5. RGB value is (97,122,197). Sum of RGB (Red+Green+Blue) = 97+122+197=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #617AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617AC5 is #9E853A. Grayscale: #7A7A7A. Windows color (decimal): -10388795 or 12941921. OLE color: 12941921.

HSL color Cylindrical-coordinate representation of color #617AC5: hue angle of 225º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617AC5 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97122197-
CMYK0.510.3800.23
HSL225º46.3%57.65%-
HSV(B)225º50.76%77.25%-
XYZ21.9720.4955.62-
YUV123.07169.72109.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=23.32%
G=29.33%
B=47.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971221970.510.3800.2322546.357.65
Hex617AC53326017e12e3a
Octal14117230563460273415672
Binary110000111110101100010111001110011001011111100001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,122,197); }

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

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

 a { background-color: rgb(97,122,197); }

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

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

 span { border-color: rgb(97,122,197); }

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