#617AC8

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

Shades of Havelock Blue #617AC8

Tints of Havelock Blue #617AC8

Color information

#617AC8 (or 0x617AC8) is unknown color: approx Havelock Blue. HEX triplet: 61, 7A and C8. RGB value is (97,122,200). Sum of RGB (Red+Green+Blue) = 97+122+200=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #617AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617AC8 is #9E8537. Grayscale: #7B7B7B. Windows color (decimal): -10388792 or 13138529. OLE color: 13138529.

HSL color Cylindrical-coordinate representation of color #617AC8: hue angle of 225.44º degrees, saturation: 0.48, 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 #617AC8 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97122200-
CMYK0.520.3900.22
HSL225.44º48.36%58.24%-
HSV(B)225.44º51.5%78.43%-
XYZ22.3120.6357.45-
YUV123.42171.22109.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 200 (78.52% from 255) = 47.73%
R=23.15%
G=29.12%
B=47.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971222000.520.3900.22225.4448.3658.24
Hex617AC83427016e1303a
Octal14117231064470263416072
Binary110000111110101100100011010010011101011011100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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