Html Css Color HEX #6F6462 Dim Gray

📋 copy color: '#6F6462'

red 111 ◦ green 100 ◦ blue 98

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

Shades of Dim Gray #6F6462

Tints of Dim Gray #6F6462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 35.92%
G = 32.36%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F6462 (or 0x6F6462) is known color: Dim Gray. HEX triplet: 6F, 64 and 62. RGB value is (111,100,98). Sum of RGB (Red+Green+Blue) = 111+100+98=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6462 is #909B9D. Grayscale: #676767. Windows color (decimal): -9477022 or 6448239. OLE color: 6448239.

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

Color convert

RGB 111 100 98 -
CMYK 0 0.10 0.12 0.56
HSL 9.23º 0.06% 0.41% -
HSV(B) 9.23º 0.12% 0.44% -
XYZ 13.32 13.38 13.44 -
YUV 103.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 111 100 98 0 0.10 0.12 0.56 9.23 0.06 0.41
Hex 6F 64 62 0 A C 38 9 6 29
Octal 157 144 142 0 12 14 70 11 6 51
Binary 1101111 1100100 1100010 0 1010 1100 111000 1001 110 101001

Color Harmonies of #6F6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6462

Black with #6F6462

Text Example


Text Example

White with #6F6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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