Html Css Color HEX #6D6690 Scampi

📋 copy color: '#6D6690'

red 109 ◦ green 102 ◦ blue 144

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

Shades of Scampi #6D6690

Tints of Scampi #6D6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 30.7%
G = 28.73%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D6690 (or 0x6D6690) is known color: Scampi. HEX triplet: 6D, 66 and 90. RGB value is (109,102,144). Sum of RGB (Red+Green+Blue) = 109+102+144=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6690 is #92996F. Grayscale: #6C6C6C. Windows color (decimal): -9607536 or 9463405. OLE color: 9463405.

HSL color Cylindrical-coordinate representation of color #6D6690: hue angle of 250º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D6690 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 102 144 -
CMYK 0.24 0.29 0 0.44
HSL 250º 0.17% 0.48% -
HSV(B) 250º 0.29% 0.56% -
XYZ 16.09 14.77 28.39 -
YUV 108.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 109 102 144 0.24 0.29 0 0.44 250 0.17 0.48
Hex 6D 66 90 18 1D 0 2C FA 11 30
Octal 155 146 220 30 35 0 54 372 21 60
Binary 1101101 1100110 10010000 11000 11101 0 101100 11111010 10001 110000

Color Harmonies of #6D6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6690

Black with #6D6690

Text Example


Text Example

White with #6D6690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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