Html Css Color HEX #6C6696 Scampi

📋 copy color: '#6C6696'

red 108 ◦ green 102 ◦ blue 150

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

Shades of Scampi #6C6696

Tints of Scampi #6C6696

RGB

 RED value IS 108 (42.58% from 255) = 30%

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 30%
G = 28.33%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C6696 (or 0x6C6696) is known color: Scampi. HEX triplet: 6C, 66 and 96. RGB value is (108,102,150). Sum of RGB (Red+Green+Blue) = 108+102+150=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6696 is #939969. Grayscale: #6D6D6D. Windows color (decimal): -9673066 or 9856620. OLE color: 9856620.

HSL color Cylindrical-coordinate representation of color #6C6696: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6696 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 102 150 -
CMYK 0.28 0.32 0 0.41
HSL 247.5º 0.19% 0.49% -
HSV(B) 247.5º 0.32% 0.59% -
XYZ 16.44 14.89 30.86 -
YUV 109.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 108 102 150 0.28 0.32 0 0.41 247.5 0.19 0.49
Hex 6C 66 96 1C 20 0 29 F8 13 31
Octal 154 146 226 34 40 0 51 370 23 61
Binary 1101100 1100110 10010110 11100 100000 0 101001 11111000 10011 110001

Color Harmonies of #6C6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6696

Black with #6C6696

Text Example


Text Example

White with #6C6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,102,150); }

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

background-color css

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

 a { background-color: rgb(108,102,150); }

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

border-color css

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

 span { border-color: rgb(108,102,150); }

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