#69599A

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

Shades of Scampi #69599A

Tints of Scampi #69599A

Color information

#69599A (or 0x69599A) is unknown color: approx Scampi. HEX triplet: 69, 59 and 9A. RGB value is (105,89,154). Sum of RGB (Red+Green+Blue) = 105+89+154=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #69599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69599A is #96A665. Grayscale: #646464. Windows color (decimal): -9872998 or 10115433. OLE color: 10115433.

HSL color Cylindrical-coordinate representation of color #69599A: hue angle of 254.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69599A is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10589154-
CMYK0.320.4200.40
HSL254.77º26.75%47.65%-
HSV(B)254.77º42.21%60.39%-
XYZ15.2312.4832.18-
YUV101.19157.8130.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=30.17%
G=25.57%
B=44.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105891540.320.4200.40254.7726.7547.65
Hex69599A202A028ff1b30
Octal15113123240520503773360
Binary110100110110011001101010000010101001010001111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69599A; }

 p { color: rgb(105,89,154); }

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

<style>
 a { background-color: #69599A; }

 a { background-color: rgb(105,89,154); }

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

<style>
 span { border-color: #69599A; }

 span { border-color: rgb(105,89,154); }

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