Html Css Color HEX #6E666A Scorpion

📋 copy color: '#6E666A'

red 110 ◦ green 102 ◦ blue 106

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

Shades of Scorpion #6E666A

Tints of Scorpion #6E666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 34.59%
G = 32.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E666A (or 0x6E666A) is known color: Scorpion. HEX triplet: 6E, 66 and 6A. RGB value is (110,102,106). Sum of RGB (Red+Green+Blue) = 110+102+106=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 110 - color contains mainly: red. Hex color #6E666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E666A is #919995. Grayscale: #686868. Windows color (decimal): -9542038 or 6973038. OLE color: 6973038.

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

Color convert

RGB 110 102 106 -
CMYK 0 0.07 0.04 0.57
HSL 330º 0.04% 0.42% -
HSV(B) 330º 0.07% 0.43% -
XYZ 13.78 13.86 15.58 -
YUV 104.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 110 102 106 0 0.07 0.04 0.57 330 0.04 0.42
Hex 6E 66 6A 0 7 4 39 14A 4 2A
Octal 156 146 152 0 7 4 71 512 4 52
Binary 1101110 1100110 1101010 0 111 100 111001 101001010 100 101010

Color Harmonies of #6E666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E666A

Black with #6E666A

Text Example


Text Example

White with #6E666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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