Html Css Color HEX #656468 Smoky

📋 copy color: '#656468'

red 101 ◦ green 100 ◦ blue 104

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

Shades of Smoky #656468

Tints of Smoky #656468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 33.11%
G = 32.79%
B = 34.1%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#656468 (or 0x656468) is known color: Smoky. HEX triplet: 65, 64 and 68. RGB value is (101,100,104). Sum of RGB (Red+Green+Blue) = 101+100+104=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #656468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656468 is #9A9B97. Grayscale: #646464. Windows color (decimal): -10132376 or 6841445. OLE color: 6841445.

HSL color Cylindrical-coordinate representation of color #656468: hue angle of 255º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656468 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 100 104 -
CMYK 0.03 0.04 0 0.59
HSL 255º 0.02% 0.4% -
HSV(B) 255º 0.04% 0.41% -
XYZ 12.42 12.88 14.93 -
YUV 100.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 101 100 104 0.03 0.04 0 0.59 255 0.02 0.4
Hex 65 64 68 3 4 0 3B FF 2 28
Octal 145 144 150 3 4 0 73 377 2 50
Binary 1100101 1100100 1101000 11 100 0 111011 11111111 10 101000

Color Harmonies of #656468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656468

Black with #656468

Text Example


Text Example

White with #656468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656468; }

 p { color: rgb(101,100,104); }

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

background-color css

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

 a { background-color: rgb(101,100,104); }

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

border-color css

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

 span { border-color: rgb(101,100,104); }

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