#647FB7

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

Shades of Havelock Blue #647FB7

Tints of Havelock Blue #647FB7

Color information

#647FB7 (or 0x647FB7) is unknown color: approx Havelock Blue. HEX triplet: 64, 7F and B7. RGB value is (100,127,183). Sum of RGB (Red+Green+Blue) = 100+127+183=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #647FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FB7 is #9B8048. Grayscale: #7D7D7D. Windows color (decimal): -10190921 or 12025700. OLE color: 12025700.

HSL color Cylindrical-coordinate representation of color #647FB7: hue angle of 220.48º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #647FB7 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB100127183-
CMYK0.450.3100.28
HSL220.48º36.56%55.49%-
HSV(B)220.48º45.36%71.76%-
XYZ21.3921.3147.78-
YUV125.31160.55109.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=24.39%
G=30.98%
B=44.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1001271830.450.3100.28220.4836.5655.49
Hex647FB72D1F01Cdc2537
Octal14417726755370343344567
Binary11001001111111101101111011011111101110011011100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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