#69669C

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

Shades of Scampi #69669C

Tints of Scampi #69669C

Color information

#69669C (or 0x69669C) is unknown color: approx Scampi. HEX triplet: 69, 66 and 9C. RGB value is (105,102,156). Sum of RGB (Red+Green+Blue) = 105+102+156=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #69669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69669C is #969963. Grayscale: #6C6C6C. Windows color (decimal): -9869668 or 10249833. OLE color: 10249833.

HSL color Cylindrical-coordinate representation of color #69669C: hue angle of 243.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69669C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105102156-
CMYK0.330.3500.39
HSL243.33º21.43%50.59%-
HSV(B)243.33º34.62%61.18%-
XYZ16.5814.9133.46-
YUV109.05154.49125.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=28.93%
G=28.10%
B=42.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051021560.330.3500.39243.3321.4350.59
Hex69669C2123027f31533
Octal15114623441430473632563
Binary110100111001101001110010000110001101001111111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69669C; }

 p { color: rgb(105,102,156); }

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

<style>
 a { background-color: #69669C; }

 a { background-color: rgb(105,102,156); }

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

<style>
 span { border-color: #69669C; }

 span { border-color: rgb(105,102,156); }

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