Html Css Color HEX #6D5F9D Scampi

📋 copy color: '#6D5F9D'

red 109 ◦ green 95 ◦ blue 157

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

Shades of Scampi #6D5F9D

Tints of Scampi #6D5F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 30.19%
G = 26.32%
B = 43.49%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D5F9D (or 0x6D5F9D) is known color: Scampi. HEX triplet: 6D, 5F and 9D. RGB value is (109,95,157). Sum of RGB (Red+Green+Blue) = 109+95+157=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D5F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5F9D is #92A062. Grayscale: #6A6A6A. Windows color (decimal): -9609315 or 10313581. OLE color: 10313581.

HSL color Cylindrical-coordinate representation of color #6D5F9D: hue angle of 253.55º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5F9D is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 95 157 -
CMYK 0.31 0.39 0 0.38
HSL 253.55º 0.25% 0.49% -
HSV(B) 253.55º 0.39% 0.62% -
XYZ 16.48 13.87 33.71 -
YUV 106.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 109 95 157 0.31 0.39 0 0.38 253.55 0.25 0.49
Hex 6D 5F 9D 1F 27 0 26 FE 19 31
Octal 155 137 235 37 47 0 46 376 31 61
Binary 1101101 1011111 10011101 11111 100111 0 100110 11111110 11001 110001

Color Harmonies of #6D5F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F9D

Black with #6D5F9D

Text Example


Text Example

White with #6D5F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,157); }

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

background-color css

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

 a { background-color: rgb(109,95,157); }

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

border-color css

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

 span { border-color: rgb(109,95,157); }

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