#617FB9

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

Shades of Havelock Blue #617FB9

Tints of Havelock Blue #617FB9

Color information

#617FB9 (or 0x617FB9) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and B9. RGB value is (97,127,185). Sum of RGB (Red+Green+Blue) = 97+127+185=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #617FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FB9 is #9E8046. Grayscale: #7C7C7C. Windows color (decimal): -10387527 or 12156769. OLE color: 12156769.

HSL color Cylindrical-coordinate representation of color #617FB9: hue angle of 219.55º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617FB9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97127185-
CMYK0.480.3100.27
HSL219.55º38.6%55.29%-
HSV(B)219.55º47.57%72.55%-
XYZ21.2821.2248.87-
YUV124.64162.06108.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=23.72%
G=31.05%
B=45.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971271850.480.3100.27219.5538.655.29
Hex617FB9301F01Bdc2737
Octal14117727160370333344767
Binary11000011111111101110011100001111101101111011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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