#656F96

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

Shades of Waikawa Grey #656F96

Tints of Waikawa Grey #656F96

Color information

#656F96 (or 0x656F96) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6F and 96. RGB value is (101,111,150). Sum of RGB (Red+Green+Blue) = 101+111+150=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #656F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F96 is #9A9069. Grayscale: #707070. Windows color (decimal): -10129514 or 9858917. OLE color: 9858917.

HSL color Cylindrical-coordinate representation of color #656F96: hue angle of 227.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656F96 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101111150-
CMYK0.330.2600.41
HSL227.76º19.52%49.22%-
HSV(B)227.76º32.67%58.82%-
XYZ16.5616.3431.14-
YUV112.46149.19119.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=27.90%
G=30.66%
B=41.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011111500.330.2600.41227.7619.5249.22
Hex656F96211A029e41431
Octal14515722641320513442461
Binary11001011101111100101101000011101001010011110010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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