Html Css Color HEX #6F8575 Blue Smoke

📋 copy color: '#6F8575'

red 111 ◦ green 133 ◦ blue 117

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

Shades of Blue Smoke #6F8575

Tints of Blue Smoke #6F8575

RGB

 RED value IS 111 (43.75% from 255) = 30.75%

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 30.75%
G = 36.84%
B = 32.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#6F8575 (or 0x6F8575) is known color: Blue Smoke. HEX triplet: 6F, 85 and 75. RGB value is (111,133,117). Sum of RGB (Red+Green+Blue) = 111+133+117=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8575 is #907A8A. Grayscale: #7C7C7C. Windows color (decimal): -9468555 or 7701871. OLE color: 7701871.

HSL color Cylindrical-coordinate representation of color #6F8575: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8575 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 117 -
CMYK 0.17 0 0.12 0.48
HSL 136.36º 0.09% 0.48% -
HSV(B) 136.36º 0.17% 0.52% -
XYZ 18.15 21.44 20.01 -
YUV 124.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 111 133 117 0.17 0 0.12 0.48 136.36 0.09 0.48
Hex 6F 85 75 11 0 C 30 88 9 30
Octal 157 205 165 21 0 14 60 210 11 60
Binary 1101111 10000101 1110101 10001 0 1100 110000 10001000 1001 110000

Color Harmonies of #6F8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8575

Black with #6F8575

Text Example


Text Example

White with #6F8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,117); }

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

background-color css

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

 a { background-color: rgb(111,133,117); }

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

border-color css

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

 span { border-color: rgb(111,133,117); }

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