#617DCE

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

Shades of Havelock Blue #617DCE

Tints of Havelock Blue #617DCE

Color information

#617DCE (or 0x617DCE) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and CE. RGB value is (97,125,206). Sum of RGB (Red+Green+Blue) = 97+125+206=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #617DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DCE is #9E8231. Grayscale: #7D7D7D. Windows color (decimal): -10388018 or 13532513. OLE color: 13532513.

HSL color Cylindrical-coordinate representation of color #617DCE: hue angle of 224.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617DCE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97125206-
CMYK0.530.3900.19
HSL224.59º52.66%59.41%-
HSV(B)224.59º52.91%80.78%-
XYZ23.421.6661.34-
YUV125.86173.22107.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=22.66%
G=29.21%
B=48.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971252060.530.3900.19224.5952.6659.41
Hex617DCE3527013e1353b
Octal14117531665470233416573
Binary110000111111011100111011010110011101001111100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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