#656F9E

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

Shades of Waikawa Grey #656F9E

Tints of Waikawa Grey #656F9E

Color information

#656F9E (or 0x656F9E) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6F and 9E. RGB value is (101,111,158). Sum of RGB (Red+Green+Blue) = 101+111+158=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #656F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F9E is #9A9061. Grayscale: #717171. Windows color (decimal): -10129506 or 10383205. OLE color: 10383205.

HSL color Cylindrical-coordinate representation of color #656F9E: hue angle of 229.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656F9E is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101111158-
CMYK0.360.3000.38
HSL229.47º22.71%50.78%-
HSV(B)229.47º36.08%61.96%-
XYZ17.2216.634.64-
YUV113.37153.19119.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=27.30%
G=30%
B=42.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011111580.360.3000.38229.4722.7150.78
Hex656F9E241E026e51733
Octal14515723644360463452763
Binary11001011101111100111101001001111001001101110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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