Html Css Color HEX #6E656A Scorpion

📋 copy color: '#6E656A'

red 110 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #6E656A

Tints of Scorpion #6E656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 34.7%
G = 31.86%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E656A (or 0x6E656A) is known color: Scorpion. HEX triplet: 6E, 65 and 6A. RGB value is (110,101,106). Sum of RGB (Red+Green+Blue) = 110+101+106=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 110 - color contains mainly: red. Hex color #6E656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E656A is #919A95. Grayscale: #686868. Windows color (decimal): -9542294 or 6972782. OLE color: 6972782.

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

Color convert

RGB 110 101 106 -
CMYK 0 0.08 0.04 0.57
HSL 326.67º 0.04% 0.41% -
HSV(B) 326.67º 0.08% 0.43% -
XYZ 13.69 13.66 15.55 -
YUV 104.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 110 101 106 0 0.08 0.04 0.57 326.67 0.04 0.41
Hex 6E 65 6A 0 8 4 39 147 4 29
Octal 156 145 152 0 10 4 71 507 4 51
Binary 1101110 1100101 1101010 0 1000 100 111001 101000111 100 101001

Color Harmonies of #6E656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E656A

Black with #6E656A

Text Example


Text Example

White with #6E656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,106); }

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

background-color css

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

 a { background-color: rgb(110,101,106); }

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

border-color css

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

 span { border-color: rgb(110,101,106); }

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