#617BCA

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

Shades of Havelock Blue #617BCA

Tints of Havelock Blue #617BCA

Color information

#617BCA (or 0x617BCA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and CA. RGB value is (97,123,202). Sum of RGB (Red+Green+Blue) = 97+123+202=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #617BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCA is #9E8435. Grayscale: #7B7B7B. Windows color (decimal): -10388534 or 13269857. OLE color: 13269857.

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

Color convert

RGB97123202-
CMYK0.520.3900.21
HSL225.14º49.76%58.63%-
HSV(B)225.14º51.98%79.22%-
XYZ22.6720.9758.73-
YUV124.23171.89108.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=22.99%
G=29.15%
B=47.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971232020.520.3900.21225.1449.7658.63
Hex617BCA3427015e1323b
Octal14117331264470253416273
Binary110000111110111100101011010010011101010111100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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