Html Css Color HEX #6C6692 Scampi

📋 copy color: '#6C6692'

red 108 ◦ green 102 ◦ blue 146

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

Shades of Scampi #6C6692

Tints of Scampi #6C6692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 30.34%
G = 28.65%
B = 41.01%

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

#6C6692 (or 0x6C6692) is known color: Scampi. HEX triplet: 6C, 66 and 92. RGB value is (108,102,146). Sum of RGB (Red+Green+Blue) = 108+102+146=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6692 is #93996D. Grayscale: #6C6C6C. Windows color (decimal): -9673070 or 9594476. OLE color: 9594476.

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

Color convert

RGB 108 102 146 -
CMYK 0.26 0.30 0 0.43
HSL 248.18º 0.18% 0.49% -
HSV(B) 248.18º 0.3% 0.57% -
XYZ 16.12 14.77 29.19 -
YUV 108.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 108 102 146 0.26 0.30 0 0.43 248.18 0.18 0.49
Hex 6C 66 92 1A 1E 0 2B F8 12 31
Octal 154 146 222 32 36 0 53 370 22 61
Binary 1101100 1100110 10010010 11010 11110 0 101011 11111000 10010 110001

Color Harmonies of #6C6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6692

Black with #6C6692

Text Example


Text Example

White with #6C6692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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