#617BCD

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

Shades of Havelock Blue #617BCD

Tints of Havelock Blue #617BCD

Color information

#617BCD (or 0x617BCD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and CD. RGB value is (97,123,205). Sum of RGB (Red+Green+Blue) = 97+123+205=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #617BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCD is #9E8432. Grayscale: #7C7C7C. Windows color (decimal): -10388531 or 13466465. OLE color: 13466465.

HSL color Cylindrical-coordinate representation of color #617BCD: hue angle of 225.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617BCD is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97123205-
CMYK0.530.400.20
HSL225.56º51.92%59.22%-
HSV(B)225.56º52.68%80.39%-
XYZ23.0321.1260.62-
YUV124.57173.39108.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=22.82%
G=28.94%
B=48.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971232050.530.400.20225.5651.9259.22
Hex617BCD3528014e2343b
Octal14117331565500243426473
Binary110000111110111100110111010110100001010011100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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