#69689E

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

Shades of Scampi #69689E

Tints of Scampi #69689E

Color information

#69689E (or 0x69689E) is unknown color: approx Scampi. HEX triplet: 69, 68 and 9E. RGB value is (105,104,158). Sum of RGB (Red+Green+Blue) = 105+104+158=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #69689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69689E is #969761. Grayscale: #6E6E6E. Windows color (decimal): -9869154 or 10381417. OLE color: 10381417.

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

Color convert

RGB105104158-
CMYK0.340.3400.38
HSL241.11º21.77%51.37%-
HSV(B)241.11º34.18%61.96%-
XYZ16.9515.3734.42-
YUV110.46154.83124.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=28.61%
G=28.34%
B=43.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051041580.340.3400.38241.1121.7751.37
Hex69689E2222026f11633
Octal15115023642420463612663
Binary110100111010001001111010001010001001001101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69689E; }

 p { color: rgb(105,104,158); }

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

<style>
 a { background-color: #69689E; }

 a { background-color: rgb(105,104,158); }

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

<style>
 span { border-color: #69689E; }

 span { border-color: rgb(105,104,158); }

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