Html Css Color HEX #6D6D9E Scampi

📋 copy color: '#6D6D9E'

red 109 ◦ green 109 ◦ blue 158

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

Shades of Scampi #6D6D9E

Tints of Scampi #6D6D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 28.99%
G = 28.99%
B = 42.02%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D6D9E (or 0x6D6D9E) is known color: Scampi. HEX triplet: 6D, 6D and 9E. RGB value is (109,109,158). Sum of RGB (Red+Green+Blue) = 109+109+158=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D6D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6D9E is #929261. Grayscale: #727272. Windows color (decimal): -9605730 or 10382701. OLE color: 10382701.

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

Color convert

RGB 109 109 158 -
CMYK 0.31 0.31 0 0.38
HSL 240º 0.2% 0.52% -
HSV(B) 240º 0.31% 0.62% -
XYZ 17.95 16.66 34.62 -
YUV 114.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 109 109 158 0.31 0.31 0 0.38 240 0.2 0.52
Hex 6D 6D 9E 1F 1F 0 26 F0 14 34
Octal 155 155 236 37 37 0 46 360 24 64
Binary 1101101 1101101 10011110 11111 11111 0 100110 11110000 10100 110100

Color Harmonies of #6D6D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6D9E

Black with #6D6D9E

Text Example


Text Example

White with #6D6D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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