Html Css Color HEX #6D6D95 Scampi

📋 copy color: '#6D6D95'

red 109 ◦ green 109 ◦ blue 149

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

Shades of Scampi #6D6D95

Tints of Scampi #6D6D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 29.7%
G = 29.7%
B = 40.6%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D6D95 (or 0x6D6D95) is known color: Scampi. HEX triplet: 6D, 6D and 95. RGB value is (109,109,149). Sum of RGB (Red+Green+Blue) = 109+109+149=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D6D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6D95 is #92926A. Grayscale: #717171. Windows color (decimal): -9605739 or 9792877. OLE color: 9792877.

HSL color Cylindrical-coordinate representation of color #6D6D95: hue angle of 240º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6D95 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 109 149 -
CMYK 0.27 0.27 0 0.42
HSL 240º 0.16% 0.51% -
HSV(B) 240º 0.27% 0.58% -
XYZ 17.2 16.36 30.68 -
YUV 113.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 109 109 149 0.27 0.27 0 0.42 240 0.16 0.51
Hex 6D 6D 95 1B 1B 0 2A F0 10 33
Octal 155 155 225 33 33 0 52 360 20 63
Binary 1101101 1101101 10010101 11011 11011 0 101010 11110000 10000 110011

Color Harmonies of #6D6D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6D95

Black with #6D6D95

Text Example


Text Example

White with #6D6D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,109,149); }

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

background-color css

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

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

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

border-color css

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

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

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