#617AC6

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

Shades of Havelock Blue #617AC6

Tints of Havelock Blue #617AC6

Color information

#617AC6 (or 0x617AC6) is unknown color: approx Havelock Blue. HEX triplet: 61, 7A and C6. RGB value is (97,122,198). Sum of RGB (Red+Green+Blue) = 97+122+198=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #617AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617AC6 is #9E8539. Grayscale: #7A7A7A. Windows color (decimal): -10388794 or 13007457. OLE color: 13007457.

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

Color convert

RGB97122198-
CMYK0.510.3800.22
HSL225.15º46.98%57.84%-
HSV(B)225.15º51.01%77.65%-
XYZ22.0820.5456.23-
YUV123.19170.22109.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=23.26%
G=29.26%
B=47.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971221980.510.3800.22225.1546.9857.84
Hex617AC63326016e12f3a
Octal14117230663460263415772
Binary110000111110101100011011001110011001011011100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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