Html Css Color HEX #6E6367 Scorpion

📋 copy color: '#6E6367'

red 110 ◦ green 99 ◦ blue 103

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

Shades of Scorpion #6E6367

Tints of Scorpion #6E6367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 35.26%
G = 31.73%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6E6367 (or 0x6E6367) is known color: Scorpion. HEX triplet: 6E, 63 and 67. RGB value is (110,99,103). Sum of RGB (Red+Green+Blue) = 110+99+103=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6367 is #919C98. Grayscale: #666666. Windows color (decimal): -9542809 or 6775662. OLE color: 6775662.

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

Color convert

RGB 110 99 103 -
CMYK 0 0.1 0.06 0.57
HSL 338.18º 0.05% 0.41% -
HSV(B) 338.18º 0.1% 0.43% -
XYZ 13.34 13.22 14.68 -
YUV 102.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 110 99 103 0 0.1 0.06 0.57 338.18 0.05 0.41
Hex 6E 63 67 0 A 6 39 152 5 29
Octal 156 143 147 0 12 6 71 522 5 51
Binary 1101110 1100011 1100111 0 1010 110 111001 101010010 101 101001

Color Harmonies of #6E6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6367

Black with #6E6367

Text Example


Text Example

White with #6E6367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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