Html Css Color HEX #6E6567 Scorpion

📋 copy color: '#6E6567'

red 110 ◦ green 101 ◦ blue 103

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

Shades of Scorpion #6E6567

Tints of Scorpion #6E6567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 35.03%
G = 32.17%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6E6567 (or 0x6E6567) is known color: Scorpion. HEX triplet: 6E, 65 and 67. RGB value is (110,101,103). Sum of RGB (Red+Green+Blue) = 110+101+103=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6567 is #919A98. Grayscale: #676767. Windows color (decimal): -9542297 or 6776174. OLE color: 6776174.

HSL color Cylindrical-coordinate representation of color #6E6567: hue angle of 346.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 #6E6567 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 101 103 -
CMYK 0 0.08 0.06 0.57
HSL 346.67º 0.04% 0.41% -
HSV(B) 346.67º 0.08% 0.43% -
XYZ 13.53 13.6 14.74 -
YUV 103.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 110 101 103 0 0.08 0.06 0.57 346.67 0.04 0.41
Hex 6E 65 67 0 8 6 39 15B 4 29
Octal 156 145 147 0 10 6 71 533 4 51
Binary 1101110 1100101 1100111 0 1000 110 111001 101011011 100 101001

Color Harmonies of #6E6567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6567

Black with #6E6567

Text Example


Text Example

White with #6E6567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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