Html Css Color HEX #656F85 Waikawa Grey

📋 copy color: '#656F85'

red 101 ◦ green 111 ◦ blue 133

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

Shades of Waikawa Grey #656F85

Tints of Waikawa Grey #656F85

RGB

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

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

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

R = 29.28%
G = 32.17%
B = 38.55%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656F85 (or 0x656F85) is known color: Waikawa Grey. HEX triplet: 65, 6F and 85. RGB value is (101,111,133). Sum of RGB (Red+Green+Blue) = 101+111+133=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #656F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F85 is #9A907A. Grayscale: #6E6E6E. Windows color (decimal): -10129531 or 8744805. OLE color: 8744805.

HSL color Cylindrical-coordinate representation of color #656F85: hue angle of 221.25º 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 #656F85 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 111 133 -
CMYK 0.24 0.17 0 0.48
HSL 221.25º 0.14% 0.46% -
HSV(B) 221.25º 0.24% 0.52% -
XYZ 15.28 15.83 24.44 -
YUV 110.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 101 111 133 0.24 0.17 0 0.48 221.25 0.14 0.46
Hex 65 6F 85 18 11 0 30 DD E 2E
Octal 145 157 205 30 21 0 60 335 16 56
Binary 1100101 1101111 10000101 11000 10001 0 110000 11011101 1110 101110

Color Harmonies of #656F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F85

Black with #656F85

Text Example


Text Example

White with #656F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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