Html Css Color HEX #6F6867 Dim Gray

📋 copy color: '#6F6867'

red 111 ◦ green 104 ◦ blue 103

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

Shades of Dim Gray #6F6867

Tints of Dim Gray #6F6867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 103 (40.63% from 255) = 32.39%

R = 34.91%
G = 32.7%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F6867 (or 0x6F6867) is known color: Dim Gray. HEX triplet: 6F, 68 and 67. RGB value is (111,104,103). Sum of RGB (Red+Green+Blue) = 111+104+103=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6867 is #909798. Grayscale: #696969. Windows color (decimal): -9475993 or 6776943. OLE color: 6776943.

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

Color convert

RGB 111 104 103 -
CMYK 0 0.06 0.07 0.56
HSL 7.5º 0.04% 0.42% -
HSV(B) 7.5º 0.07% 0.44% -
XYZ 13.95 14.26 14.85 -
YUV 105.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 111 104 103 0 0.06 0.07 0.56 7.5 0.04 0.42
Hex 6F 68 67 0 6 7 38 8 4 2A
Octal 157 150 147 0 6 7 70 10 4 52
Binary 1101111 1101000 1100111 0 110 111 111000 1000 100 101010

Color Harmonies of #6F6867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6867

Black with #6F6867

Text Example


Text Example

White with #6F6867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,103); }

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

background-color css

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

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

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

border-color css

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

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

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