#617BD5

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

Shades of Havelock Blue #617BD5

Tints of Havelock Blue #617BD5

Color information

#617BD5 (or 0x617BD5) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and D5. RGB value is (97,123,213). Sum of RGB (Red+Green+Blue) = 97+123+213=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #617BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD5 is #9E842A. Grayscale: #7D7D7D. Windows color (decimal): -10388523 or 13990753. OLE color: 13990753.

HSL color Cylindrical-coordinate representation of color #617BD5: hue angle of 226.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617BD5 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97123213-
CMYK0.540.4200.16
HSL226.55º58%60.78%-
HSV(B)226.55º54.46%83.53%-
XYZ24.0221.5165.84-
YUV125.49177.39107.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 213 (83.59% from 255) = 49.19%
R=22.40%
G=28.41%
B=49.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971232130.540.4200.16226.555860.78
Hex617BD5362A010e33a3d
Octal14117332566520203437275
Binary110000111110111101010111011010101001000011100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,123,213); }

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

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

 a { background-color: rgb(97,123,213); }

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

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

 span { border-color: rgb(97,123,213); }

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