#69579B

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

Shades of Scampi #69579B

Tints of Scampi #69579B

Color information

#69579B (or 0x69579B) is unknown color: approx Scampi. HEX triplet: 69, 57 and 9B. RGB value is (105,87,155). Sum of RGB (Red+Green+Blue) = 105+87+155=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #69579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69579B is #96A864. Grayscale: #636363. Windows color (decimal): -9873509 or 10180457. OLE color: 10180457.

HSL color Cylindrical-coordinate representation of color #69579B: hue angle of 255.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69579B is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10587155-
CMYK0.320.4400.39
HSL255.88º28.1%47.45%-
HSV(B)255.88º43.87%60.78%-
XYZ15.1512.1932.56-
YUV100.13158.96131.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=30.26%
G=25.07%
B=44.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105871550.320.4400.39255.8828.147.45
Hex69579B202C0271001c2f
Octal15112723340540474003457
Binary1101001101011110011011100000101100010011110000000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69579B; }

 p { color: rgb(105,87,155); }

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

<style>
 a { background-color: #69579B; }

 a { background-color: rgb(105,87,155); }

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

<style>
 span { border-color: #69579B; }

 span { border-color: rgb(105,87,155); }

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