Html Css Color HEX #6C6896 Scampi

📋 copy color: '#6C6896'

red 108 ◦ green 104 ◦ blue 150

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

Shades of Scampi #6C6896

Tints of Scampi #6C6896

RGB

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

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

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

R = 29.83%
G = 28.73%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C6896 (or 0x6C6896) is known color: Scampi. HEX triplet: 6C, 68 and 96. RGB value is (108,104,150). Sum of RGB (Red+Green+Blue) = 108+104+150=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6896 is #939769. Grayscale: #6E6E6E. Windows color (decimal): -9672554 or 9857132. OLE color: 9857132.

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

Color convert

RGB 108 104 150 -
CMYK 0.28 0.31 0 0.41
HSL 245.22º 0.18% 0.5% -
HSV(B) 245.22º 0.31% 0.59% -
XYZ 16.64 15.29 30.93 -
YUV 110.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 108 104 150 0.28 0.31 0 0.41 245.22 0.18 0.5
Hex 6C 68 96 1C 1F 0 29 F5 12 32
Octal 154 150 226 34 37 0 51 365 22 62
Binary 1101100 1101000 10010110 11100 11111 0 101001 11110101 10010 110010

Color Harmonies of #6C6896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6896

Black with #6C6896

Text Example


Text Example

White with #6C6896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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