#647694

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

Shades of Waikawa Grey #647694

Tints of Waikawa Grey #647694

Color information

#647694 (or 0x647694) is unknown color: approx Waikawa Grey. HEX triplet: 64, 76 and 94. RGB value is (100,118,148). Sum of RGB (Red+Green+Blue) = 100+118+148=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #647694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647694 is #9B896B. Grayscale: #737373. Windows color (decimal): -10193260 or 9729636. OLE color: 9729636.

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

Color convert

RGB100118148-
CMYK0.320.2000.42
HSL217.5º19.35%48.63%-
HSV(B)217.5º32.43%58.04%-
XYZ17.0817.830.55-
YUV116.04146.04116.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=27.32%
G=32.24%
B=40.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001181480.320.2000.42217.519.3548.63
Hex647694201402Ada1331
Octal14416622440240523322361
Binary11001001110110100101001000001010001010101101101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647694; }

 p { color: rgb(100,118,148); }

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

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

 a { background-color: rgb(100,118,148); }

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

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

 span { border-color: rgb(100,118,148); }

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