#647793

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

Shades of Waikawa Grey #647793

Tints of Waikawa Grey #647793

Color information

#647793 (or 0x647793) is unknown color: approx Waikawa Grey. HEX triplet: 64, 77 and 93. RGB value is (100,119,147). Sum of RGB (Red+Green+Blue) = 100+119+147=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #647793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647793 is #9B886C. Grayscale: #747474. Windows color (decimal): -10193005 or 9664356. OLE color: 9664356.

HSL color Cylindrical-coordinate representation of color #647793: hue angle of 215.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647793 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100119147-
CMYK0.320.1900.42
HSL215.74º19.03%48.43%-
HSV(B)215.74º31.97%57.65%-
XYZ17.1218.0130.18-
YUV116.51145.21116.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=27.32%
G=32.51%
B=40.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001191470.320.1900.42215.7419.0348.43
Hex647793201302Ad81330
Octal14416722340230523302360
Binary11001001110111100100111000001001101010101101100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647793; }

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

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

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

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

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

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

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

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