Html Css Color HEX #656469 Smoky

📋 copy color: '#656469'

red 101 ◦ green 100 ◦ blue 105

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

Shades of Smoky #656469

Tints of Smoky #656469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 33.01%
G = 32.68%
B = 34.31%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#656469 (or 0x656469) is known color: Smoky. HEX triplet: 65, 64 and 69. RGB value is (101,100,105). Sum of RGB (Red+Green+Blue) = 101+100+105=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: blue. Hex color #656469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656469 is #9A9B96. Grayscale: #646464. Windows color (decimal): -10132375 or 6906981. OLE color: 6906981.

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

Color convert

RGB 101 100 105 -
CMYK 0.04 0.05 0 0.59
HSL 252º 0.02% 0.4% -
HSV(B) 252º 0.05% 0.41% -
XYZ 12.47 12.9 15.2 -
YUV 100.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 101 100 105 0.04 0.05 0 0.59 252 0.02 0.4
Hex 65 64 69 4 5 0 3B FC 2 28
Octal 145 144 151 4 5 0 73 374 2 50
Binary 1100101 1100100 1101001 100 101 0 111011 11111100 10 101000

Color Harmonies of #656469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656469

Black with #656469

Text Example


Text Example

White with #656469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656469; }

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

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

background-color css

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

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

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

border-color css

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

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

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