Html Css Color HEX #6C796E Blue Smoke

📋 copy color: '#6C796E'

red 108 ◦ green 121 ◦ blue 110

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

Shades of Blue Smoke #6C796E

Tints of Blue Smoke #6C796E

RGB

 RED value IS 108 (42.58% from 255) = 31.86%

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 31.86%
G = 35.69%
B = 32.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#6C796E (or 0x6C796E) is known color: Blue Smoke. HEX triplet: 6C, 79 and 6E. RGB value is (108,121,110). Sum of RGB (Red+Green+Blue) = 108+121+110=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6C796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C796E is #938691. Grayscale: #737373. Windows color (decimal): -9668242 or 7240044. OLE color: 7240044.

HSL color Cylindrical-coordinate representation of color #6C796E: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C796E is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 121 110 -
CMYK 0.11 0 0.09 0.53
HSL 129.23º 0.06% 0.45% -
HSV(B) 129.23º 0.11% 0.47% -
XYZ 15.84 17.99 17.39 -
YUV 115.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 108 121 110 0.11 0 0.09 0.53 129.23 0.06 0.45
Hex 6C 79 6E B 0 9 35 81 6 2D
Octal 154 171 156 13 0 11 65 201 6 55
Binary 1101100 1111001 1101110 1011 0 1001 110101 10000001 110 101101

Color Harmonies of #6C796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C796E

Black with #6C796E

Text Example


Text Example

White with #6C796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C796E; }

 p { color: rgb(108,121,110); }

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

background-color css

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

 a { background-color: rgb(108,121,110); }

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

border-color css

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

 span { border-color: rgb(108,121,110); }

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