#656f94

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

Shades of Waikawa Grey #656F94

Tints of Waikawa Grey #656F94

Color information

#656F94 (or 0x656F94) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6F and 94. RGB value is (101,111,148). Sum of RGB (Red+Green+Blue) = 101+111+148=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #656F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F94 is #9A906B. Grayscale: #707070. Windows color (decimal): -10129516 or 9727845. OLE color: 9727845.

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

Color convert

RGB101111148-
CMYK0.320.2500.42
HSL227.23º18.88%48.82%-
HSV(B)227.23º31.76%58.04%-
XYZ16.416.2730.29-
YUV112.23148.19119.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=28.06%
G=30.83%
B=41.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011111480.320.2500.42227.2318.8848.82
Hex656F94201902Ae31331
Octal14515722440310523432361
Binary11001011101111100101001000001100101010101110001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656f94; }

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

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

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

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

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

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

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

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