Html Css Color HEX #656E91 Waikawa Grey

📋 copy color: '#656E91'

red 101 ◦ green 110 ◦ blue 145

#656E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #656E91

Tints of Waikawa Grey #656E91

RGB

 RED value IS 101 (39.84% from 255) = 28.37%

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 28.37%
G = 30.9%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656E91 (or 0x656E91) is known color: Waikawa Grey. HEX triplet: 65, 6E and 91. RGB value is (101,110,145). Sum of RGB (Red+Green+Blue) = 101+110+145=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #656E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E91 is #9A916E. Grayscale: #6F6F6F. Windows color (decimal): -10129775 or 9530981. OLE color: 9530981.

HSL color Cylindrical-coordinate representation of color #656E91: hue angle of 227.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656E91 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 110 145 -
CMYK 0.30 0.24 0 0.43
HSL 227.73º 0.18% 0.48% -
HSV(B) 227.73º 0.3% 0.57% -
XYZ 16.05 15.96 29.02 -
YUV 111.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 101 110 145 0.30 0.24 0 0.43 227.73 0.18 0.48
Hex 65 6E 91 1E 18 0 2B E4 12 30
Octal 145 156 221 36 30 0 53 344 22 60
Binary 1100101 1101110 10010001 11110 11000 0 101011 11100100 10010 110000

Color Harmonies of #656E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E91

Black with #656E91

Text Example


Text Example

White with #656E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,110,145); }

 H1.HeaderClassName
 {
   color: #656E91;
 }
 .AnyTagClassName
 {
   color: #656E91;
 }
</style>

background-color css

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

 a { background-color: rgb(101,110,145); }

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

border-color css

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

 span { border-color: rgb(101,110,145); }

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