#647EC1

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

Shades of Havelock Blue #647EC1

Tints of Havelock Blue #647EC1

Color information

#647EC1 (or 0x647EC1) is unknown color: approx Havelock Blue. HEX triplet: 64, 7E and C1. RGB value is (100,126,193). Sum of RGB (Red+Green+Blue) = 100+126+193=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #647EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC1 is #9B813E. Grayscale: #7D7D7D. Windows color (decimal): -10191167 or 12680804. OLE color: 12680804.

HSL color Cylindrical-coordinate representation of color #647EC1: hue angle of 223.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647EC1 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100126193-
CMYK0.480.3500.24
HSL223.23º42.86%57.45%-
HSV(B)223.23º48.19%75.69%-
XYZ22.3421.4853.42-
YUV125.86165.89109.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=23.87%
G=30.07%
B=46.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001261930.480.3500.24223.2342.8657.45
Hex647EC13023018df2b39
Octal14417630160430303375371
Binary110010011111101100000111000010001101100011011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647EC1; }

 p { color: rgb(100,126,193); }

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

<style>
 a { background-color: #647EC1; }

 a { background-color: rgb(100,126,193); }

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

<style>
 span { border-color: #647EC1; }

 span { border-color: rgb(100,126,193); }

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