#6C669D

Color #6C669D Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #6C669D

Tints of Scampi #6C669D

Color information

#6C669D (or 0x6C669D) is unknown color: approx Scampi. HEX triplet: 6C, 66 and 9D. RGB value is (108,102,157). Sum of RGB (Red+Green+Blue) = 108+102+157=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C669D is #939962. Grayscale: #6D6D6D. Windows color (decimal): -9673059 or 10315372. OLE color: 10315372.

HSL color Cylindrical-coordinate representation of color #6C669D: hue angle of 246.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C669D is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB108102157-
CMYK0.310.3500.38
HSL246.55º21.91%50.78%-
HSV(B)246.55º35.03%61.57%-
XYZ17.0215.1333.92-
YUV110.06154.49126.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=29.43%
G=27.79%
B=42.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081021570.310.3500.38246.5521.9150.78
Hex6C669D1F23026f71633
Octal15414623537430463672663
Binary11011001100110100111011111110001101001101111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C669D;
 }
 .AnyTagClassName
 {
   color: #6C669D;
 }
</style>
background-color css

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

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

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

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

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

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