Html Css Color HEX #6C8573 Blue Smoke

📋 copy color: '#6C8573'

red 108 ◦ green 133 ◦ blue 115

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

Shades of Blue Smoke #6C8573

Tints of Blue Smoke #6C8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 30.34%
G = 37.36%
B = 32.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#6C8573 (or 0x6C8573) is known color: Blue Smoke. HEX triplet: 6C, 85 and 73. RGB value is (108,133,115). Sum of RGB (Red+Green+Blue) = 108+133+115=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8573 is #937A8C. Grayscale: #7B7B7B. Windows color (decimal): -9665165 or 7570796. OLE color: 7570796.

HSL color Cylindrical-coordinate representation of color #6C8573: hue angle of 136.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8573 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 115 -
CMYK 0.19 0 0.14 0.48
HSL 136.8º 0.1% 0.47% -
HSV(B) 136.8º 0.19% 0.52% -
XYZ 17.67 21.2 19.38 -
YUV 123.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 108 133 115 0.19 0 0.14 0.48 136.8 0.1 0.47
Hex 6C 85 73 13 0 E 30 89 A 2F
Octal 154 205 163 23 0 16 60 211 12 57
Binary 1101100 10000101 1110011 10011 0 1110 110000 10001001 1010 101111

Color Harmonies of #6C8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8573

Black with #6C8573

Text Example


Text Example

White with #6C8573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,115); }

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

background-color css

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

 a { background-color: rgb(108,133,115); }

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

border-color css

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

 span { border-color: rgb(108,133,115); }

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