#617EBA

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

Shades of Havelock Blue #617EBA

Tints of Havelock Blue #617EBA

Color information

#617EBA (or 0x617EBA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and BA. RGB value is (97,126,186). Sum of RGB (Red+Green+Blue) = 97+126+186=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #617EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EBA is #9E8145. Grayscale: #7B7B7B. Windows color (decimal): -10387782 or 12222049. OLE color: 12222049.

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

Color convert

RGB97126186-
CMYK0.480.3200.27
HSL220.45º39.21%55.49%-
HSV(B)220.45º47.85%72.94%-
XYZ21.2521.0149.39-
YUV124.17162.89108.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=23.72%
G=30.81%
B=45.48%

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
Decimal971261860.480.3200.27220.4539.2155.49
Hex617EBA302001Bdc2737
Octal14117627260400333344767
Binary110000111111101011101011000010000001101111011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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