#617FCB

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

Shades of Havelock Blue #617FCB

Tints of Havelock Blue #617FCB

Color information

#617FCB (or 0x617FCB) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and CB. RGB value is (97,127,203). Sum of RGB (Red+Green+Blue) = 97+127+203=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #617FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FCB is #9E8034. Grayscale: #7E7E7E. Windows color (decimal): -10387509 or 13336417. OLE color: 13336417.

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

Color convert

RGB97127203-
CMYK0.520.3700.20
HSL223.02º50.48%58.82%-
HSV(B)223.02º52.22%79.61%-
XYZ23.322.0359.52-
YUV126.69171.06106.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=22.72%
G=29.74%
B=47.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971272030.520.3700.20223.0250.4858.82
Hex617FCB3425014df323b
Octal14117731364450243376273
Binary110000111111111100101111010010010101010011011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,127,203); }

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

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

 a { background-color: rgb(97,127,203); }

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

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

 span { border-color: rgb(97,127,203); }

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