#617DBA

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

Shades of Havelock Blue #617DBA

Tints of Havelock Blue #617DBA

Color information

#617DBA (or 0x617DBA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and BA. RGB value is (97,125,186). Sum of RGB (Red+Green+Blue) = 97+125+186=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #617DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DBA is #9E8245. Grayscale: #7B7B7B. Windows color (decimal): -10388038 or 12221793. OLE color: 12221793.

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

Color convert

RGB97125186-
CMYK0.480.3300.27
HSL221.12º39.21%55.49%-
HSV(B)221.12º47.85%72.94%-
XYZ21.1320.7549.35-
YUV123.58163.22109.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.77%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=23.77%
G=30.64%
B=45.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971251860.480.3300.27221.1239.2155.49
Hex617DBA302101Bdd2737
Octal14117527260410333354767
Binary110000111111011011101011000010000101101111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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