Html Css Color HEX #6F6464 Dim Gray

📋 copy color: '#6F6464'

red 111 ◦ green 100 ◦ blue 100

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

Shades of Dim Gray #6F6464

Tints of Dim Gray #6F6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 35.69%
G = 32.15%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F6464 (or 0x6F6464) is known color: Dim Gray. HEX triplet: 6F, 64 and 64. RGB value is (111,100,100). Sum of RGB (Red+Green+Blue) = 111+100+100=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6464 is #909B9B. Grayscale: #676767. Windows color (decimal): -9477020 or 6579311. OLE color: 6579311.

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

Color convert

RGB 111 100 100 -
CMYK 0 0.10 0.10 0.56
HSL 0.05% 0.41% -
HSV(B) 0.1% 0.44% -
XYZ 13.41 13.41 13.94 -
YUV 103.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 111 100 100 0 0.10 0.10 0.56 0 0.05 0.41
Hex 6F 64 64 0 A A 38 0 5 29
Octal 157 144 144 0 12 12 70 0 5 51
Binary 1101111 1100100 1100100 0 1010 1010 111000 0 101 101001

Color Harmonies of #6F6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6464

Black with #6F6464

Text Example


Text Example

White with #6F6464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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