Html Css Color HEX #6E6065 Scorpion

📋 copy color: '#6E6065'

red 110 ◦ green 96 ◦ blue 101

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

Shades of Scorpion #6E6065

Tints of Scorpion #6E6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 35.83%
G = 31.27%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6E6065 (or 0x6E6065) is known color: Scorpion. HEX triplet: 6E, 60 and 65. RGB value is (110,96,101). Sum of RGB (Red+Green+Blue) = 110+96+101=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6065 is #919F9A. Grayscale: #646464. Windows color (decimal): -9543579 or 6643822. OLE color: 6643822.

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

Color convert

RGB 110 96 101 -
CMYK 0 0.13 0.08 0.57
HSL 338.57º 0.07% 0.4% -
HSV(B) 338.57º 0.13% 0.43% -
XYZ 12.96 12.62 14.06 -
YUV 100.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 110 96 101 0 0.13 0.08 0.57 338.57 0.07 0.4
Hex 6E 60 65 0 D 8 39 153 7 28
Octal 156 140 145 0 15 10 71 523 7 50
Binary 1101110 1100000 1100101 0 1101 1000 111001 101010011 111 101000

Color Harmonies of #6E6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6065

Black with #6E6065

Text Example


Text Example

White with #6E6065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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