#647FAE

Color #647FAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #647FAE

Tints of Ship Cove #647FAE

Color information

#647FAE (or 0x647FAE) is unknown color: approx Ship Cove. HEX triplet: 64, 7F and AE. RGB value is (100,127,174). Sum of RGB (Red+Green+Blue) = 100+127+174=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #647FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FAE is #9B8051. Grayscale: #7C7C7C. Windows color (decimal): -10190930 or 11435876. OLE color: 11435876.

HSL color Cylindrical-coordinate representation of color #647FAE: hue angle of 218.11º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647FAE is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100127174-
CMYK0.430.2700.32
HSL218.11º31.36%53.73%-
HSV(B)218.11º42.53%68.24%-
XYZ20.4820.9443.01-
YUV124.28156.05110.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=24.94%
G=31.67%
B=43.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001271740.430.2700.32218.1131.3653.73
Hex647FAE2B1B020da1f36
Octal14417725653330403323766
Binary11001001111111101011101010111101101000001101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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