#617CCD

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

Shades of Havelock Blue #617CCD

Tints of Havelock Blue #617CCD

Color information

#617CCD (or 0x617CCD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and CD. RGB value is (97,124,205). Sum of RGB (Red+Green+Blue) = 97+124+205=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #617CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CCD is #9E8332. Grayscale: #7C7C7C. Windows color (decimal): -10388275 or 13466721. OLE color: 13466721.

HSL color Cylindrical-coordinate representation of color #617CCD: hue angle of 225º 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 #617CCD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97124205-
CMYK0.530.4000.20
HSL225º51.92%59.22%-
HSV(B)225º52.68%80.39%-
XYZ23.1621.3660.66-
YUV125.16173.05107.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=22.77%
G=29.11%
B=48.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971242050.530.4000.2022551.9259.22
Hex617CCD3528014e1343b
Octal14117431565500243416473
Binary110000111111001100110111010110100001010011100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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