Html Css Color HEX #656C8C Waikawa Grey

📋 copy color: '#656C8C'

red 101 ◦ green 108 ◦ blue 140

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

Shades of Waikawa Grey #656C8C

Tints of Waikawa Grey #656C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

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

R = 28.94%
G = 30.95%
B = 40.11%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#656C8C (or 0x656C8C) is known color: Waikawa Grey. HEX triplet: 65, 6C and 8C. RGB value is (101,108,140). Sum of RGB (Red+Green+Blue) = 101+108+140=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #656C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C8C is #9A9373. Grayscale: #6D6D6D. Windows color (decimal): -10130292 or 9202789. OLE color: 9202789.

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

Color convert

RGB 101 108 140 -
CMYK 0.28 0.23 0 0.45
HSL 229.23º 0.16% 0.47% -
HSV(B) 229.23º 0.28% 0.55% -
XYZ 15.46 15.39 26.97 -
YUV 109.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 101 108 140 0.28 0.23 0 0.45 229.23 0.16 0.47
Hex 65 6C 8C 1C 17 0 2D E5 10 2F
Octal 145 154 214 34 27 0 55 345 20 57
Binary 1100101 1101100 10001100 11100 10111 0 101101 11100101 10000 101111

Color Harmonies of #656C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C8C

Black with #656C8C

Text Example


Text Example

White with #656C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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