Html Css Color HEX #656D8E Waikawa Grey

📋 copy color: '#656D8E'

red 101 ◦ green 109 ◦ blue 142

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

Shades of Waikawa Grey #656D8E

Tints of Waikawa Grey #656D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 28.69%
G = 30.97%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656D8E (or 0x656D8E) is known color: Waikawa Grey. HEX triplet: 65, 6D and 8E. RGB value is (101,109,142). Sum of RGB (Red+Green+Blue) = 101+109+142=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #656D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D8E is #9A9271. Grayscale: #6E6E6E. Windows color (decimal): -10130034 or 9334117. OLE color: 9334117.

HSL color Cylindrical-coordinate representation of color #656D8E: hue angle of 228.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #656D8E is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 109 142 -
CMYK 0.29 0.23 0 0.44
HSL 228.29º 0.17% 0.48% -
HSV(B) 228.29º 0.29% 0.56% -
XYZ 15.72 15.66 27.78 -
YUV 110.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 101 109 142 0.29 0.23 0 0.44 228.29 0.17 0.48
Hex 65 6D 8E 1D 17 0 2C E4 11 30
Octal 145 155 216 35 27 0 54 344 21 60
Binary 1100101 1101101 10001110 11101 10111 0 101100 11100100 10001 110000

Color Harmonies of #656D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D8E

Black with #656D8E

Text Example


Text Example

White with #656D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,109,142); }

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

background-color css

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

 a { background-color: rgb(101,109,142); }

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

border-color css

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

 span { border-color: rgb(101,109,142); }

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