Html Css Color HEX #6C6096 Scampi

📋 copy color: '#6C6096'

red 108 ◦ green 96 ◦ blue 150

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

Shades of Scampi #6C6096

Tints of Scampi #6C6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 30.51%
G = 27.12%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C6096 (or 0x6C6096) is known color: Scampi. HEX triplet: 6C, 60 and 96. RGB value is (108,96,150). Sum of RGB (Red+Green+Blue) = 108+96+150=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6096 is #939F69. Grayscale: #696969. Windows color (decimal): -9674602 or 9855084. OLE color: 9855084.

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

Color convert

RGB 108 96 150 -
CMYK 0.28 0.36 0 0.41
HSL 253.33º 0.22% 0.48% -
HSV(B) 253.33º 0.36% 0.59% -
XYZ 15.87 13.76 30.67 -
YUV 105.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 108 96 150 0.28 0.36 0 0.41 253.33 0.22 0.48
Hex 6C 60 96 1C 24 0 29 FD 16 30
Octal 154 140 226 34 44 0 51 375 26 60
Binary 1101100 1100000 10010110 11100 100100 0 101001 11111101 10110 110000

Color Harmonies of #6C6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6096

Black with #6C6096

Text Example


Text Example

White with #6C6096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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