#617FC8

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

Shades of Havelock Blue #617FC8

Tints of Havelock Blue #617FC8

Color information

#617FC8 (or 0x617FC8) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and C8. RGB value is (97,127,200). Sum of RGB (Red+Green+Blue) = 97+127+200=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #617FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FC8 is #9E8037. Grayscale: #7E7E7E. Windows color (decimal): -10387512 or 13139809. OLE color: 13139809.

HSL color Cylindrical-coordinate representation of color #617FC8: hue angle of 222.52º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617FC8 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97127200-
CMYK0.520.3600.22
HSL222.52º48.36%58.24%-
HSV(B)222.52º51.5%78.43%-
XYZ22.9421.8957.66-
YUV126.35169.56107.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 200 (78.52% from 255) = 47.17%
R=22.88%
G=29.95%
B=47.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971272000.520.3600.22222.5248.3658.24
Hex617FC83424016df303a
Octal14117731064440263376072
Binary110000111111111100100011010010010001011011011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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