Html Css Color HEX #6E676A Scorpion

📋 copy color: '#6E676A'

red 110 ◦ green 103 ◦ blue 106

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

Shades of Scorpion #6E676A

Tints of Scorpion #6E676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 34.48%
G = 32.29%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E676A (or 0x6E676A) is known color: Scorpion. HEX triplet: 6E, 67 and 6A. RGB value is (110,103,106). Sum of RGB (Red+Green+Blue) = 110+103+106=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 110 - color contains mainly: red. Hex color #6E676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E676A is #919895. Grayscale: #696969. Windows color (decimal): -9541782 or 6973294. OLE color: 6973294.

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

Color convert

RGB 110 103 106 -
CMYK 0 0.06 0.04 0.57
HSL 334.29º 0.03% 0.42% -
HSV(B) 334.29º 0.06% 0.43% -
XYZ 13.88 14.06 15.62 -
YUV 105.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 110 103 106 0 0.06 0.04 0.57 334.29 0.03 0.42
Hex 6E 67 6A 0 6 4 39 14E 3 2A
Octal 156 147 152 0 6 4 71 516 3 52
Binary 1101110 1100111 1101010 0 110 100 111001 101001110 11 101010

Color Harmonies of #6E676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E676A

Black with #6E676A

Text Example


Text Example

White with #6E676A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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