Html Css Color HEX #6A565D Scorpion

📋 copy color: '#6A565D'

red 106 ◦ green 86 ◦ blue 93

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

Shades of Scorpion #6A565D

Tints of Scorpion #6A565D

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 37.19%
G = 30.18%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A565D (or 0x6A565D) is known color: Scorpion. HEX triplet: 6A, 56 and 5D. RGB value is (106,86,93). Sum of RGB (Red+Green+Blue) = 106+86+93=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565D is #95A9A2. Grayscale: #5C5C5C. Windows color (decimal): -9808291 or 6116970. OLE color: 6116970.

HSL color Cylindrical-coordinate representation of color #6A565D: hue angle of 339º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A565D is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 86 93 -
CMYK 0 0.19 0.12 0.58
HSL 339º 0.1% 0.38% -
HSV(B) 339º 0.19% 0.42% -
XYZ 11.25 10.51 11.79 -
YUV 92.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 106 86 93 0 0.19 0.12 0.58 339 0.1 0.38
Hex 6A 56 5D 0 13 C 3A 153 A 26
Octal 152 126 135 0 23 14 72 523 12 46
Binary 1101010 1010110 1011101 0 10011 1100 111010 101010011 1010 100110

Color Harmonies of #6A565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A565D

Black with #6A565D

Text Example


Text Example

White with #6A565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,86,93); }

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

background-color css

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

 a { background-color: rgb(106,86,93); }

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

border-color css

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

 span { border-color: rgb(106,86,93); }

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