#617dd0

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

Shades of Havelock Blue #617DD0

Tints of Havelock Blue #617DD0

Color information

#617DD0 (or 0x617DD0) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and D0. RGB value is (97,125,208). Sum of RGB (Red+Green+Blue) = 97+125+208=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #617DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DD0 is #9E822F. Grayscale: #7D7D7D. Windows color (decimal): -10388016 or 13663585. OLE color: 13663585.

HSL color Cylindrical-coordinate representation of color #617DD0: hue angle of 224.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617DD0 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97125208-
CMYK0.530.4000.18
HSL224.86º54.15%59.8%-
HSV(B)224.86º53.37%81.57%-
XYZ23.6521.7662.63-
YUV126.09174.22107.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=22.56%
G=29.07%
B=48.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971252080.530.4000.18224.8654.1559.8
Hex617DD03528012e1363c
Octal14117532065500223416674
Binary110000111111011101000011010110100001001011100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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