Html Css Color HEX #6F706F Boulder

📋 copy color: '#6F706F'

red 111 ◦ green 112 ◦ blue 111

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

Shades of Boulder #6F706F

Tints of Boulder #6F706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 33.23%
G = 33.53%
B = 33.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F706F (or 0x6F706F) is known color: Boulder. HEX triplet: 6F, 70 and 6F. RGB value is (111,112,111). Sum of RGB (Red+Green+Blue) = 111+112+111=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706F is #908F90. Grayscale: #6F6F6F. Windows color (decimal): -9473937 or 7303279. OLE color: 7303279.

HSL color Cylindrical-coordinate representation of color #6F706F: hue angle of 120º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #6F706F is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 111 -
CMYK 0.01 0 0.01 0.56
HSL 120º 0% 0.44% -
HSV(B) 120º 0.01% 0.44% -
XYZ 15.22 16.12 17.35 -
YUV 111.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 111 112 111 0.01 0 0.01 0.56 120 0 0.44
Hex 6F 70 6F 1 0 1 38 78 0 2C
Octal 157 160 157 1 0 1 70 170 0 54
Binary 1101111 1110000 1101111 1 0 1 111000 1111000 0 101100

Color Harmonies of #6F706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F706F

Black with #6F706F

Text Example


Text Example

White with #6F706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,111); }

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

background-color css

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

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

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

border-color css

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

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

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