#617CDA

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

Shades of Havelock Blue #617CDA

Tints of Havelock Blue #617CDA

Color information

#617CDA (or 0x617CDA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and DA. RGB value is (97,124,218). Sum of RGB (Red+Green+Blue) = 97+124+218=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #617CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CDA is #9E8325. Grayscale: #7E7E7E. Windows color (decimal): -10388262 or 14318689. OLE color: 14318689.

HSL color Cylindrical-coordinate representation of color #617CDA: hue angle of 226.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617CDA is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97124218-
CMYK0.560.4300.15
HSL226.61º62.05%61.76%-
HSV(B)226.61º55.5%85.49%-
XYZ24.7922.0269.27-
YUV126.64179.55106.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=22.10%
G=28.25%
B=49.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971242180.560.4300.15226.6162.0561.76
Hex617CDA382B0Fe33e3e
Octal14117433270530173437676
Binary11000011111100110110101110001010110111111100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,124,218); }

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

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

 a { background-color: rgb(97,124,218); }

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

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

 span { border-color: rgb(97,124,218); }

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