Html Css Color HEX #6C6894 Scampi

📋 copy color: '#6C6894'

red 108 ◦ green 104 ◦ blue 148

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

Shades of Scampi #6C6894

Tints of Scampi #6C6894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 30%
G = 28.89%
B = 41.11%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C6894 (or 0x6C6894) is known color: Scampi. HEX triplet: 6C, 68 and 94. RGB value is (108,104,148). Sum of RGB (Red+Green+Blue) = 108+104+148=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6894 is #93976B. Grayscale: #6E6E6E. Windows color (decimal): -9672556 or 9726060. OLE color: 9726060.

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

Color convert

RGB 108 104 148 -
CMYK 0.27 0.30 0 0.42
HSL 245.45º 0.17% 0.49% -
HSV(B) 245.45º 0.3% 0.58% -
XYZ 16.48 15.23 30.09 -
YUV 110.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 108 104 148 0.27 0.30 0 0.42 245.45 0.17 0.49
Hex 6C 68 94 1B 1E 0 2A F5 11 31
Octal 154 150 224 33 36 0 52 365 21 61
Binary 1101100 1101000 10010100 11011 11110 0 101010 11110101 10001 110001

Color Harmonies of #6C6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6894

Black with #6C6894

Text Example


Text Example

White with #6C6894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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