Html Css Color HEX #6E6463 Dim Gray

📋 copy color: '#6E6463'

red 110 ◦ green 100 ◦ blue 99

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

Shades of Dim Gray #6E6463

Tints of Dim Gray #6E6463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 35.6%
G = 32.36%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E6463 (or 0x6E6463) is known color: Dim Gray. HEX triplet: 6E, 64 and 63. RGB value is (110,100,99). Sum of RGB (Red+Green+Blue) = 110+100+99=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6463 is #919B9C. Grayscale: #666666. Windows color (decimal): -9542557 or 6513774. OLE color: 6513774.

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

Color convert

RGB 110 100 99 -
CMYK 0 0.09 0.1 0.57
HSL 5.45º 0.05% 0.41% -
HSV(B) 5.45º 0.1% 0.43% -
XYZ 13.24 13.33 13.68 -
YUV 102.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 110 100 99 0 0.09 0.1 0.57 5.45 0.05 0.41
Hex 6E 64 63 0 9 A 39 5 5 29
Octal 156 144 143 0 11 12 71 5 5 51
Binary 1101110 1100100 1100011 0 1001 1010 111001 101 101 101001

Color Harmonies of #6E6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6463

Black with #6E6463

Text Example


Text Example

White with #6E6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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