Html Css Color HEX #656E8B Waikawa Grey

📋 copy color: '#656E8B'

red 101 ◦ green 110 ◦ blue 139

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

Shades of Waikawa Grey #656E8B

Tints of Waikawa Grey #656E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 28.86%
G = 31.43%
B = 39.71%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#656E8B (or 0x656E8B) is known color: Waikawa Grey. HEX triplet: 65, 6E and 8B. RGB value is (101,110,139). Sum of RGB (Red+Green+Blue) = 101+110+139=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #656E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E8B is #9A9174. Grayscale: #6E6E6E. Windows color (decimal): -10129781 or 9137765. OLE color: 9137765.

HSL color Cylindrical-coordinate representation of color #656E8B: hue angle of 225.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656E8B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 110 139 -
CMYK 0.27 0.21 0 0.45
HSL 225.79º 0.16% 0.47% -
HSV(B) 225.79º 0.27% 0.55% -
XYZ 15.6 15.78 26.65 -
YUV 110.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 101 110 139 0.27 0.21 0 0.45 225.79 0.16 0.47
Hex 65 6E 8B 1B 15 0 2D E2 10 2F
Octal 145 156 213 33 25 0 55 342 20 57
Binary 1100101 1101110 10001011 11011 10101 0 101101 11100010 10000 101111

Color Harmonies of #656E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E8B

Black with #656E8B

Text Example


Text Example

White with #656E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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