Html Css Color HEX #6C6691 Scampi

📋 copy color: '#6C6691'

red 108 ◦ green 102 ◦ blue 145

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

Shades of Scampi #6C6691

Tints of Scampi #6C6691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 30.42%
G = 28.73%
B = 40.85%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C6691 (or 0x6C6691) is known color: Scampi. HEX triplet: 6C, 66 and 91. RGB value is (108,102,145). Sum of RGB (Red+Green+Blue) = 108+102+145=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6691 is #93996E. Grayscale: #6C6C6C. Windows color (decimal): -9673071 or 9528940. OLE color: 9528940.

HSL color Cylindrical-coordinate representation of color #6C6691: hue angle of 248.37º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C6691 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 102 145 -
CMYK 0.26 0.30 0 0.43
HSL 248.37º 0.17% 0.48% -
HSV(B) 248.37º 0.3% 0.57% -
XYZ 16.05 14.74 28.79 -
YUV 108.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 108 102 145 0.26 0.30 0 0.43 248.37 0.17 0.48
Hex 6C 66 91 1A 1E 0 2B F8 11 30
Octal 154 146 221 32 36 0 53 370 21 60
Binary 1101100 1100110 10010001 11010 11110 0 101011 11111000 10001 110000

Color Harmonies of #6C6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6691

Black with #6C6691

Text Example


Text Example

White with #6C6691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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