#69549E

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

Shades of Scampi #69549E

Tints of Scampi #69549E

Color information

#69549E (or 0x69549E) is unknown color: approx Scampi. HEX triplet: 69, 54 and 9E. RGB value is (105,84,158). Sum of RGB (Red+Green+Blue) = 105+84+158=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #69549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69549E is #96AB61. Grayscale: #626262. Windows color (decimal): -9874274 or 10376297. OLE color: 10376297.

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

Color convert

RGB10584158-
CMYK0.340.4700.38
HSL257.03º30.58%47.45%-
HSV(B)257.03º46.84%61.96%-
XYZ15.1711.8133.83-
YUV98.72161.46132.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=30.26%
G=24.21%
B=45.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105841580.340.4700.38257.0330.5847.45
Hex69549E222F0261011f2f
Octal15112423642570464013757
Binary1101001101010010011110100010101111010011010000000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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