Html Css Color HEX #6C6895 Scampi

📋 copy color: '#6C6895'

red 108 ◦ green 104 ◦ blue 149

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

Shades of Scampi #6C6895

Tints of Scampi #6C6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 29.92%
G = 28.81%
B = 41.27%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C6895 (or 0x6C6895) is known color: Scampi. HEX triplet: 6C, 68 and 95. RGB value is (108,104,149). Sum of RGB (Red+Green+Blue) = 108+104+149=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6895 is #93976A. Grayscale: #6E6E6E. Windows color (decimal): -9672555 or 9791596. OLE color: 9791596.

HSL color Cylindrical-coordinate representation of color #6C6895: hue angle of 245.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C6895 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 104 149 -
CMYK 0.28 0.30 0 0.42
HSL 245.33º 0.18% 0.5% -
HSV(B) 245.33º 0.3% 0.58% -
XYZ 16.56 15.26 30.51 -
YUV 110.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 108 104 149 0.28 0.30 0 0.42 245.33 0.18 0.5
Hex 6C 68 95 1C 1E 0 2A F5 12 32
Octal 154 150 225 34 36 0 52 365 22 62
Binary 1101100 1101000 10010101 11100 11110 0 101010 11110101 10010 110010

Color Harmonies of #6C6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6895

Black with #6C6895

Text Example


Text Example

White with #6C6895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,149); }

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

background-color css

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

 a { background-color: rgb(108,104,149); }

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

border-color css

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

 span { border-color: rgb(108,104,149); }

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