#617FBA

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

Shades of Havelock Blue #617FBA

Tints of Havelock Blue #617FBA

Color information

#617FBA (or 0x617FBA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and BA. RGB value is (97,127,186). Sum of RGB (Red+Green+Blue) = 97+127+186=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #617FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FBA is #9E8045. Grayscale: #7C7C7C. Windows color (decimal): -10387526 or 12222305. OLE color: 12222305.

HSL color Cylindrical-coordinate representation of color #617FBA: hue angle of 219.78º 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 #617FBA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97127186-
CMYK0.480.3200.27
HSL219.78º39.21%55.49%-
HSV(B)219.78º47.85%72.94%-
XYZ21.3821.2749.43-
YUV124.76162.56108.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=23.66%
G=30.98%
B=45.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971271860.480.3200.27219.7839.2155.49
Hex617FBA302001Bdc2737
Octal14117727260400333344767
Binary110000111111111011101011000010000001101111011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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