#6F7B71

Color #6F7B71 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #6F7B71

Tints of Blue Smoke #6F7B71

Color information

#6F7B71 (or 0x6F7B71) is unknown color: approx Blue Smoke. HEX triplet: 6F, 7B and 71. RGB value is (111,123,113). Sum of RGB (Red+Green+Blue) = 111+123+113=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B71 is #90848E. Grayscale: #767676. Windows color (decimal): -9471119 or 7437167. OLE color: 7437167.

HSL color Cylindrical-coordinate representation of color #6F7B71: hue angle of 130º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7B71 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB111123113-
CMYK0.1000.080.52
HSL130º5.13%45.88%-
HSV(B)130º9.76%48.24%-
XYZ16.6218.7418.36-
YUV118.27125.02122.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=31.99%
G=35.45%
B=32.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111231130.1000.080.521305.1345.88
Hex6F7B71A08348252e
Octal1571731611201064202556
Binary11011111111011111000110100100011010010000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,123,113); }

 H1.HeaderClassName
 {
   color: #6F7B71;
 }
 .AnyTagClassName
 {
   color: #6F7B71;
 }
</style>
background-color css

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

 a { background-color: rgb(111,123,113); }

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

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

 span { border-color: rgb(111,123,113); }

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