Html Css Color HEX #6D6368 Scorpion

📋 copy color: '#6D6368'

red 109 ◦ green 99 ◦ blue 104

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

Shades of Scorpion #6D6368

Tints of Scorpion #6D6368

RGB

 RED value IS 109 (42.97% from 255) = 34.94%

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 34.94%
G = 31.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D6368 (or 0x6D6368) is known color: Scorpion. HEX triplet: 6D, 63 and 68. RGB value is (109,99,104). Sum of RGB (Red+Green+Blue) = 109+99+104=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6368 is #929C97. Grayscale: #666666. Windows color (decimal): -9608344 or 6841197. OLE color: 6841197.

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

Color convert

RGB 109 99 104 -
CMYK 0 0.09 0.05 0.57
HSL 330º 0.05% 0.41% -
HSV(B) 330º 0.09% 0.43% -
XYZ 13.27 13.17 14.94 -
YUV 102.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 109 99 104 0 0.09 0.05 0.57 330 0.05 0.41
Hex 6D 63 68 0 9 5 39 14A 5 29
Octal 155 143 150 0 11 5 71 512 5 51
Binary 1101101 1100011 1101000 0 1001 101 111001 101001010 101 101001

Color Harmonies of #6D6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6368

Black with #6D6368

Text Example


Text Example

White with #6D6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,104); }

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

background-color css

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

 a { background-color: rgb(109,99,104); }

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

border-color css

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

 span { border-color: rgb(109,99,104); }

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