Html Css Color HEX #6D6268 Scorpion

📋 copy color: '#6D6268'

red 109 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #6D6268

Tints of Scorpion #6D6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 35.05%
G = 31.51%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D6268 (or 0x6D6268) is known color: Scorpion. HEX triplet: 6D, 62 and 68. RGB value is (109,98,104). Sum of RGB (Red+Green+Blue) = 109+98+104=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6268 is #929D97. Grayscale: #656565. Windows color (decimal): -9608600 or 6840941. OLE color: 6840941.

HSL color Cylindrical-coordinate representation of color #6D6268: hue angle of 327.27º 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 #6D6268 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 104 -
CMYK 0 0.10 0.05 0.57
HSL 327.27º 0.05% 0.41% -
HSV(B) 327.27º 0.1% 0.43% -
XYZ 13.17 12.99 14.91 -
YUV 101.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 109 98 104 0 0.10 0.05 0.57 327.27 0.05 0.41
Hex 6D 62 68 0 A 5 39 147 5 29
Octal 155 142 150 0 12 5 71 507 5 51
Binary 1101101 1100010 1101000 0 1010 101 111001 101000111 101 101001

Color Harmonies of #6D6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6268

Black with #6D6268

Text Example


Text Example

White with #6D6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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