#69669F

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

Shades of Scampi #69669F

Tints of Scampi #69669F

Color information

#69669F (or 0x69669F) is unknown color: approx Scampi. HEX triplet: 69, 66 and 9F. RGB value is (105,102,159). Sum of RGB (Red+Green+Blue) = 105+102+159=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #69669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69669F is #969960. Grayscale: #6D6D6D. Windows color (decimal): -9869665 or 10446441. OLE color: 10446441.

HSL color Cylindrical-coordinate representation of color #69669F: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69669F is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105102159-
CMYK0.340.3600.38
HSL243.16º22.89%51.18%-
HSV(B)243.16º35.85%62.35%-
XYZ16.8415.0134.81-
YUV109.4155.99124.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=28.69%
G=27.87%
B=43.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051021590.340.3600.38243.1622.8951.18
Hex69669F2224026f31733
Octal15114623742440463632763
Binary110100111001101001111110001010010001001101111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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