Html Css Color HEX #656C85 Waikawa Grey

📋 copy color: '#656C85'

red 101 ◦ green 108 ◦ blue 133

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

Shades of Waikawa Grey #656C85

Tints of Waikawa Grey #656C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 29.53%
G = 31.58%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656C85 (or 0x656C85) is known color: Waikawa Grey. HEX triplet: 65, 6C and 85. RGB value is (101,108,133). Sum of RGB (Red+Green+Blue) = 101+108+133=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #656C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C85 is #9A937A. Grayscale: #6C6C6C. Windows color (decimal): -10130299 or 8744037. OLE color: 8744037.

HSL color Cylindrical-coordinate representation of color #656C85: hue angle of 226.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656C85 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 108 133 -
CMYK 0.24 0.19 0 0.48
HSL 226.88º 0.14% 0.46% -
HSV(B) 226.88º 0.24% 0.52% -
XYZ 14.96 15.19 24.33 -
YUV 108.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 101 108 133 0.24 0.19 0 0.48 226.88 0.14 0.46
Hex 65 6C 85 18 13 0 30 E3 E 2E
Octal 145 154 205 30 23 0 60 343 16 56
Binary 1100101 1101100 10000101 11000 10011 0 110000 11100011 1110 101110

Color Harmonies of #656C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C85

Black with #656C85

Text Example


Text Example

White with #656C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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