Html Css Color HEX #6F8173 Blue Smoke

📋 copy color: '#6F8173'

red 111 ◦ green 129 ◦ blue 115

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

Shades of Blue Smoke #6F8173

Tints of Blue Smoke #6F8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 31.27%
G = 36.34%
B = 32.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#6F8173 (or 0x6F8173) is known color: Blue Smoke. HEX triplet: 6F, 81 and 73. RGB value is (111,129,115). Sum of RGB (Red+Green+Blue) = 111+129+115=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8173 is #907E8C. Grayscale: #7A7A7A. Windows color (decimal): -9469581 or 7569775. OLE color: 7569775.

HSL color Cylindrical-coordinate representation of color #6F8173: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8173 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 129 115 -
CMYK 0.14 0 0.11 0.49
HSL 133.33º 0.08% 0.47% -
HSV(B) 133.33º 0.14% 0.51% -
XYZ 17.5 20.32 19.22 -
YUV 122.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 111 129 115 0.14 0 0.11 0.49 133.33 0.08 0.47
Hex 6F 81 73 E 0 B 31 85 8 2F
Octal 157 201 163 16 0 13 61 205 10 57
Binary 1101111 10000001 1110011 1110 0 1011 110001 10000101 1000 101111

Color Harmonies of #6F8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8173

Black with #6F8173

Text Example


Text Example

White with #6F8173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,115); }

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

background-color css

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

 a { background-color: rgb(111,129,115); }

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

border-color css

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

 span { border-color: rgb(111,129,115); }

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