Html Css Color HEX #656F8D Waikawa Grey

📋 copy color: '#656F8D'

red 101 ◦ green 111 ◦ blue 141

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

Shades of Waikawa Grey #656F8D

Tints of Waikawa Grey #656F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 28.61%
G = 31.44%
B = 39.94%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#656F8D (or 0x656F8D) is known color: Waikawa Grey. HEX triplet: 65, 6F and 8D. RGB value is (101,111,141). Sum of RGB (Red+Green+Blue) = 101+111+141=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #656F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F8D is #9A9072. Grayscale: #6F6F6F. Windows color (decimal): -10129523 or 9269093. OLE color: 9269093.

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

Color convert

RGB 101 111 141 -
CMYK 0.28 0.21 0 0.45
HSL 225º 0.17% 0.47% -
HSV(B) 225º 0.28% 0.55% -
XYZ 15.86 16.06 27.46 -
YUV 111.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 101 111 141 0.28 0.21 0 0.45 225 0.17 0.47
Hex 65 6F 8D 1C 15 0 2D E1 11 2F
Octal 145 157 215 34 25 0 55 341 21 57
Binary 1100101 1101111 10001101 11100 10101 0 101101 11100001 10001 101111

Color Harmonies of #656F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F8D

Black with #656F8D

Text Example


Text Example

White with #656F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,111,141); }

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

background-color css

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

 a { background-color: rgb(101,111,141); }

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

border-color css

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

 span { border-color: rgb(101,111,141); }

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