Html Css Color HEX #6D6193 Scampi

📋 copy color: '#6D6193'

red 109 ◦ green 97 ◦ blue 147

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

Shades of Scampi #6D6193

Tints of Scampi #6D6193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 30.88%
G = 27.48%
B = 41.64%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D6193 (or 0x6D6193) is known color: Scampi. HEX triplet: 6D, 61 and 93. RGB value is (109,97,147). Sum of RGB (Red+Green+Blue) = 109+97+147=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D6193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6193 is #929E6C. Grayscale: #6A6A6A. Windows color (decimal): -9608813 or 9658733. OLE color: 9658733.

HSL color Cylindrical-coordinate representation of color #6D6193: hue angle of 254.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6193 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 97 147 -
CMYK 0.26 0.34 0 0.42
HSL 254.4º 0.2% 0.48% -
HSV(B) 254.4º 0.34% 0.58% -
XYZ 15.85 13.91 29.45 -
YUV 106.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 109 97 147 0.26 0.34 0 0.42 254.4 0.2 0.48
Hex 6D 61 93 1A 22 0 2A FE 14 30
Octal 155 141 223 32 42 0 52 376 24 60
Binary 1101101 1100001 10010011 11010 100010 0 101010 11111110 10100 110000

Color Harmonies of #6D6193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6193

Black with #6D6193

Text Example


Text Example

White with #6D6193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,147); }

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

background-color css

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

 a { background-color: rgb(109,97,147); }

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

border-color css

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

 span { border-color: rgb(109,97,147); }

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