#69649E

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

Shades of Scampi #69649E

Tints of Scampi #69649E

Color information

#69649E (or 0x69649E) is unknown color: approx Scampi. HEX triplet: 69, 64 and 9E. RGB value is (105,100,158). Sum of RGB (Red+Green+Blue) = 105+100+158=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #69649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69649E is #969B61. Grayscale: #6B6B6B. Windows color (decimal): -9870178 or 10380393. OLE color: 10380393.

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

Color convert

RGB105100158-
CMYK0.340.3700.38
HSL245.17º23.02%50.59%-
HSV(B)245.17º36.71%61.96%-
XYZ16.5514.5934.29-
YUV108.11156.16125.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=28.93%
G=27.55%
B=43.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051001580.340.3700.38245.1723.0250.59
Hex69649E2225026f51733
Octal15114423642450463652763
Binary110100111001001001111010001010010101001101111010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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