Html Css Color HEX #656D8C Waikawa Grey

📋 copy color: '#656D8C'

red 101 ◦ green 109 ◦ blue 140

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

Shades of Waikawa Grey #656D8C

Tints of Waikawa Grey #656D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 28.86%
G = 31.14%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#656D8C (or 0x656D8C) is known color: Waikawa Grey. HEX triplet: 65, 6D and 8C. RGB value is (101,109,140). Sum of RGB (Red+Green+Blue) = 101+109+140=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #656D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D8C is #9A9273. Grayscale: #6E6E6E. Windows color (decimal): -10130036 or 9203045. OLE color: 9203045.

HSL color Cylindrical-coordinate representation of color #656D8C: hue angle of 227.69º degrees, saturation: 0.16, 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 #656D8C is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 109 140 -
CMYK 0.28 0.22 0 0.45
HSL 227.69º 0.16% 0.47% -
HSV(B) 227.69º 0.28% 0.55% -
XYZ 15.57 15.6 27 -
YUV 110.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 101 109 140 0.28 0.22 0 0.45 227.69 0.16 0.47
Hex 65 6D 8C 1C 16 0 2D E4 10 2F
Octal 145 155 214 34 26 0 55 344 20 57
Binary 1100101 1101101 10001100 11100 10110 0 101101 11100100 10000 101111

Color Harmonies of #656D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D8C

Black with #656D8C

Text Example


Text Example

White with #656D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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