#617FCC

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

Shades of Havelock Blue #617FCC

Tints of Havelock Blue #617FCC

Color information

#617FCC (or 0x617FCC) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and CC. RGB value is (97,127,204). Sum of RGB (Red+Green+Blue) = 97+127+204=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #617FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FCC is #9E8033. Grayscale: #7E7E7E. Windows color (decimal): -10387508 or 13401953. OLE color: 13401953.

HSL color Cylindrical-coordinate representation of color #617FCC: hue angle of 223.18º degrees, saturation: 0.51, 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 #617FCC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97127204-
CMYK0.520.3800.2
HSL223.18º51.2%59.02%-
HSV(B)223.18º52.45%80%-
XYZ23.4222.0860.15-
YUV126.81171.56106.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=22.66%
G=29.67%
B=47.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971272040.520.3800.2223.1851.259.02
Hex617FCC3426014df333b
Octal14117731464460243376373
Binary110000111111111100110011010010011001010011011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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