#617DCA

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

Shades of Havelock Blue #617DCA

Tints of Havelock Blue #617DCA

Color information

#617DCA (or 0x617DCA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and CA. RGB value is (97,125,202). Sum of RGB (Red+Green+Blue) = 97+125+202=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #617DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DCA is #9E8235. Grayscale: #7D7D7D. Windows color (decimal): -10388022 or 13270369. OLE color: 13270369.

HSL color Cylindrical-coordinate representation of color #617DCA: hue angle of 224º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617DCA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97125202-
CMYK0.520.3800.21
HSL224º49.76%58.63%-
HSV(B)224º51.98%79.22%-
XYZ22.9221.4758.81-
YUV125.41171.22107.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=22.88%
G=29.48%
B=47.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971252020.520.3800.2122449.7658.63
Hex617DCA3426015e0323b
Octal14117531264460253406273
Binary110000111111011100101011010010011001010111100000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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