Html Css Color HEX #6D6066 Scorpion

📋 copy color: '#6D6066'

red 109 ◦ green 96 ◦ blue 102

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

Shades of Scorpion #6D6066

Tints of Scorpion #6D6066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 35.5%
G = 31.27%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6066 (or 0x6D6066) is known color: Scorpion. HEX triplet: 6D, 60 and 66. RGB value is (109,96,102). Sum of RGB (Red+Green+Blue) = 109+96+102=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6066 is #929F99. Grayscale: #646464. Windows color (decimal): -9609114 or 6709357. OLE color: 6709357.

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

Color convert

RGB 109 96 102 -
CMYK 0 0.12 0.06 0.57
HSL 332.31º 0.06% 0.4% -
HSV(B) 332.31º 0.12% 0.43% -
XYZ 12.89 12.58 14.32 -
YUV 100.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 109 96 102 0 0.12 0.06 0.57 332.31 0.06 0.4
Hex 6D 60 66 0 C 6 39 14C 6 28
Octal 155 140 146 0 14 6 71 514 6 50
Binary 1101101 1100000 1100110 0 1100 110 111001 101001100 110 101000

Color Harmonies of #6D6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6066

Black with #6D6066

Text Example


Text Example

White with #6D6066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,102); }

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

background-color css

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

 a { background-color: rgb(109,96,102); }

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

border-color css

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

 span { border-color: rgb(109,96,102); }

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