#617DC4

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

Shades of Havelock Blue #617DC4

Tints of Havelock Blue #617DC4

Color information

#617DC4 (or 0x617DC4) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and C4. RGB value is (97,125,196). Sum of RGB (Red+Green+Blue) = 97+125+196=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #617DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DC4 is #9E823B. Grayscale: #7C7C7C. Windows color (decimal): -10388028 or 12877153. OLE color: 12877153.

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

Color convert

RGB97125196-
CMYK0.510.3600.23
HSL223.03º45.62%57.45%-
HSV(B)223.03º50.51%76.86%-
XYZ22.2321.1955.14-
YUV124.72168.22108.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=23.21%
G=29.90%
B=46.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971251960.510.3600.23223.0345.6257.45
Hex617DC43324017df2e39
Octal14117530463440273375671
Binary110000111111011100010011001110010001011111011111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,125,196); }

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

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

 a { background-color: rgb(97,125,196); }

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

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

 span { border-color: rgb(97,125,196); }

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