#617ACD

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

Shades of Havelock Blue #617ACD

Tints of Havelock Blue #617ACD

Color information

#617ACD (or 0x617ACD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7A and CD. RGB value is (97,122,205). Sum of RGB (Red+Green+Blue) = 97+122+205=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #617ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ACD is #9E8532. Grayscale: #7B7B7B. Windows color (decimal): -10388787 or 13466209. OLE color: 13466209.

HSL color Cylindrical-coordinate representation of color #617ACD: hue angle of 226.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617ACD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97122205-
CMYK0.530.4000.20
HSL226.11º51.92%59.22%-
HSV(B)226.11º52.68%80.39%-
XYZ22.9120.8760.58-
YUV123.99173.72108.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=22.88%
G=28.77%
B=48.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971222050.530.4000.20226.1151.9259.22
Hex617ACD3528014e2343b
Octal14117231565500243426473
Binary110000111110101100110111010110100001010011100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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