Html Css Color HEX #656E97 Waikawa Grey

📋 copy color: '#656E97'

red 101 ◦ green 110 ◦ blue 151

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

Shades of Waikawa Grey #656E97

Tints of Waikawa Grey #656E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 27.9%
G = 30.39%
B = 41.71%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656E97 (or 0x656E97) is known color: Waikawa Grey. HEX triplet: 65, 6E and 97. RGB value is (101,110,151). Sum of RGB (Red+Green+Blue) = 101+110+151=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #656E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E97 is #9A9168. Grayscale: #6F6F6F. Windows color (decimal): -10129769 or 9924197. OLE color: 9924197.

HSL color Cylindrical-coordinate representation of color #656E97: hue angle of 229.2º 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 #656E97 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 110 151 -
CMYK 0.33 0.27 0 0.41
HSL 229.2º 0.2% 0.49% -
HSV(B) 229.2º 0.33% 0.59% -
XYZ 16.53 16.15 31.52 -
YUV 111.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 101 110 151 0.33 0.27 0 0.41 229.2 0.2 0.49
Hex 65 6E 97 21 1B 0 29 E5 14 31
Octal 145 156 227 41 33 0 51 345 24 61
Binary 1100101 1101110 10010111 100001 11011 0 101001 11100101 10100 110001

Color Harmonies of #656E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E97

Black with #656E97

Text Example


Text Example

White with #656E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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