Html Css Color HEX #656E99 Waikawa Grey

📋 copy color: '#656E99'

red 101 ◦ green 110 ◦ blue 153

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

Shades of Waikawa Grey #656E99

Tints of Waikawa Grey #656E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 27.75%
G = 30.22%
B = 42.03%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#656E99 (or 0x656E99) is known color: Waikawa Grey. HEX triplet: 65, 6E and 99. RGB value is (101,110,153). Sum of RGB (Red+Green+Blue) = 101+110+153=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #656E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E99 is #9A9166. Grayscale: #707070. Windows color (decimal): -10129767 or 10055269. OLE color: 10055269.

HSL color Cylindrical-coordinate representation of color #656E99: hue angle of 229.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656E99 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 110 153 -
CMYK 0.34 0.28 0 0.4
HSL 229.62º 0.2% 0.5% -
HSV(B) 229.62º 0.34% 0.6% -
XYZ 16.69 16.22 32.39 -
YUV 112.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 101 110 153 0.34 0.28 0 0.4 229.62 0.2 0.5
Hex 65 6E 99 22 1C 0 28 E6 14 32
Octal 145 156 231 42 34 0 50 346 24 62
Binary 1100101 1101110 10011001 100010 11100 0 101000 11100110 10100 110010

Color Harmonies of #656E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E99

Black with #656E99

Text Example


Text Example

White with #656E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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