Html Css Color HEX #656270 Smoky

📋 copy color: '#656270'

red 101 ◦ green 98 ◦ blue 112

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

Shades of Smoky #656270

Tints of Smoky #656270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 32.48%
G = 31.51%
B = 36.01%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656270 (or 0x656270) is known color: Smoky. HEX triplet: 65, 62 and 70. RGB value is (101,98,112). Sum of RGB (Red+Green+Blue) = 101+98+112=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #656270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656270 is #9A9D8F. Grayscale: #646464. Windows color (decimal): -10132880 or 7365221. OLE color: 7365221.

HSL color Cylindrical-coordinate representation of color #656270: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656270 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 98 112 -
CMYK 0.10 0.13 0 0.56
HSL 252.86º 0.07% 0.41% -
HSV(B) 252.86º 0.13% 0.44% -
XYZ 12.66 12.67 17.11 -
YUV 100.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 101 98 112 0.10 0.13 0 0.56 252.86 0.07 0.41
Hex 65 62 70 A D 0 38 FD 7 29
Octal 145 142 160 12 15 0 70 375 7 51
Binary 1100101 1100010 1110000 1010 1101 0 111000 11111101 111 101001

Color Harmonies of #656270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656270

Black with #656270

Text Example


Text Example

White with #656270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656270; }

 p { color: rgb(101,98,112); }

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

background-color css

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

 a { background-color: rgb(101,98,112); }

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

border-color css

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

 span { border-color: rgb(101,98,112); }

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