Html Css Color HEX #6F6968 Dim Gray

📋 copy color: '#6F6968'

red 111 ◦ green 105 ◦ blue 104

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

Shades of Dim Gray #6F6968

Tints of Dim Gray #6F6968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 34.69%
G = 32.81%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F6968 (or 0x6F6968) is known color: Dim Gray. HEX triplet: 6F, 69 and 68. RGB value is (111,105,104). Sum of RGB (Red+Green+Blue) = 111+105+104=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6968 is #909697. Grayscale: #6A6A6A. Windows color (decimal): -9475736 or 6842735. OLE color: 6842735.

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

Color convert

RGB 111 105 104 -
CMYK 0 0.05 0.06 0.56
HSL 8.57º 0.03% 0.42% -
HSV(B) 8.57º 0.06% 0.44% -
XYZ 14.11 14.48 15.15 -
YUV 106.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 111 105 104 0 0.05 0.06 0.56 8.57 0.03 0.42
Hex 6F 69 68 0 5 6 38 9 3 2A
Octal 157 151 150 0 5 6 70 11 3 52
Binary 1101111 1101001 1101000 0 101 110 111000 1001 11 101010

Color Harmonies of #6F6968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6968

Black with #6F6968

Text Example


Text Example

White with #6F6968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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