#617FC1

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

Shades of Havelock Blue #617FC1

Tints of Havelock Blue #617FC1

Color information

#617FC1 (or 0x617FC1) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and C1. RGB value is (97,127,193). Sum of RGB (Red+Green+Blue) = 97+127+193=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #617FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FC1 is #9E803E. Grayscale: #7D7D7D. Windows color (decimal): -10387519 or 12681057. OLE color: 12681057.

HSL color Cylindrical-coordinate representation of color #617FC1: hue angle of 221.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617FC1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97127193-
CMYK0.500.3400.24
HSL221.25º43.64%56.86%-
HSV(B)221.25º49.74%75.69%-
XYZ22.1421.5753.45-
YUV125.55166.06107.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=23.26%
G=30.46%
B=46.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971271930.500.3400.24221.2543.6456.86
Hex617FC13222018dd2c39
Octal14117730162420303355471
Binary110000111111111100000111001010001001100011011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,127,193); }

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

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

 a { background-color: rgb(97,127,193); }

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

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

 span { border-color: rgb(97,127,193); }

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