#647795

Color #647795 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #647795

Tints of Waikawa Grey #647795

Color information

#647795 (or 0x647795) is unknown color: approx Waikawa Grey. HEX triplet: 64, 77 and 95. RGB value is (100,119,149). Sum of RGB (Red+Green+Blue) = 100+119+149=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #647795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647795 is #9B886A. Grayscale: #747474. Windows color (decimal): -10193003 or 9795428. OLE color: 9795428.

HSL color Cylindrical-coordinate representation of color #647795: hue angle of 216.73º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647795 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100119149-
CMYK0.330.2000.42
HSL216.73º19.68%48.82%-
HSV(B)216.73º32.89%58.43%-
XYZ17.2818.0731.01-
YUV116.74146.21116.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=27.17%
G=32.34%
B=40.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001191490.330.2000.42216.7319.6848.82
Hex647795211402Ad91431
Octal14416722541240523312461
Binary11001001110111100101011000011010001010101101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647795; }

 p { color: rgb(100,119,149); }

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

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

 a { background-color: rgb(100,119,149); }

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

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

 span { border-color: rgb(100,119,149); }

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