#647FD1

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

Shades of Havelock Blue #647FD1

Tints of Havelock Blue #647FD1

Color information

#647FD1 (or 0x647FD1) is unknown color: approx Havelock Blue. HEX triplet: 64, 7F and D1. RGB value is (100,127,209). Sum of RGB (Red+Green+Blue) = 100+127+209=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #647FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FD1 is #9B802E. Grayscale: #7F7F7F. Windows color (decimal): -10190895 or 13729636. OLE color: 13729636.

HSL color Cylindrical-coordinate representation of color #647FD1: hue angle of 225.14º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647FD1 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100127209-
CMYK0.520.3900.18
HSL225.14º54.23%60.59%-
HSV(B)225.14º52.15%81.96%-
XYZ24.3522.4963.38-
YUV128.27173.55107.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=22.94%
G=29.13%
B=47.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001272090.520.3900.18225.1454.2360.59
Hex647FD13427012e1363d
Octal14417732164470223416675
Binary110010011111111101000111010010011101001011100001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,127,209); }

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

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

 a { background-color: rgb(100,127,209); }

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

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

 span { border-color: rgb(100,127,209); }

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