#656994

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

Shades of Waikawa Grey #656994

Tints of Waikawa Grey #656994

Color information

#656994 (or 0x656994) is unknown color: approx Waikawa Grey. HEX triplet: 65, 69 and 94. RGB value is (101,105,148). Sum of RGB (Red+Green+Blue) = 101+105+148=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #656994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656994 is #9A966B. Grayscale: #6C6C6C. Windows color (decimal): -10131052 or 9726309. OLE color: 9726309.

HSL color Cylindrical-coordinate representation of color #656994: hue angle of 234.89º 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 #656994 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101105148-
CMYK0.320.2900.42
HSL234.89º18.88%48.82%-
HSV(B)234.89º31.76%58.04%-
XYZ15.7615.0130.08-
YUV108.71150.17122.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=28.53%
G=29.66%
B=41.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011051480.320.2900.42234.8918.8848.82
Hex656994201D02Aeb1331
Octal14515122440350523532361
Binary11001011101001100101001000001110101010101110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656994; }

 p { color: rgb(101,105,148); }

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

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

 a { background-color: rgb(101,105,148); }

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

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

 span { border-color: rgb(101,105,148); }

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