Html Css Color HEX #6E6462 Dim Gray

📋 copy color: '#6E6462'

red 110 ◦ green 100 ◦ blue 98

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

Shades of Dim Gray #6E6462

Tints of Dim Gray #6E6462

RGB

 RED value IS 110 (43.36% from 255) = 35.71%

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

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

R = 35.71%
G = 32.47%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E6462 (or 0x6E6462) is known color: Dim Gray. HEX triplet: 6E, 64 and 62. RGB value is (110,100,98). Sum of RGB (Red+Green+Blue) = 110+100+98=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6462 is #919B9D. Grayscale: #666666. Windows color (decimal): -9542558 or 6448238. OLE color: 6448238.

HSL color Cylindrical-coordinate representation of color #6E6462: hue angle of 10º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6462 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 98 -
CMYK 0 0.09 0.11 0.57
HSL 10º 0.06% 0.41% -
HSV(B) 10º 0.11% 0.43% -
XYZ 13.19 13.31 13.43 -
YUV 102.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 110 100 98 0 0.09 0.11 0.57 10 0.06 0.41
Hex 6E 64 62 0 9 B 39 A 6 29
Octal 156 144 142 0 11 13 71 12 6 51
Binary 1101110 1100100 1100010 0 1001 1011 111001 1010 110 101001

Color Harmonies of #6E6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6462

Black with #6E6462

Text Example


Text Example

White with #6E6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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