#69609F

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

Shades of Scampi #69609F

Tints of Scampi #69609F

Color information

#69609F (or 0x69609F) is unknown color: approx Scampi. HEX triplet: 69, 60 and 9F. RGB value is (105,96,159). Sum of RGB (Red+Green+Blue) = 105+96+159=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #69609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69609F is #969F60. Grayscale: #696969. Windows color (decimal): -9871201 or 10444905. OLE color: 10444905.

HSL color Cylindrical-coordinate representation of color #69609F: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69609F is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10596159-
CMYK0.340.4000.38
HSL248.57º24.71%50%-
HSV(B)248.57º39.62%62.35%-
XYZ16.2713.8734.62-
YUV105.87157.98127.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=29.17%
G=26.67%
B=44.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105961590.340.4000.38248.5724.7150
Hex69609F2228026f91932
Octal15114023742500463713162
Binary110100111000001001111110001010100001001101111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69609F; }

 p { color: rgb(105,96,159); }

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

<style>
 a { background-color: #69609F; }

 a { background-color: rgb(105,96,159); }

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

<style>
 span { border-color: #69609F; }

 span { border-color: rgb(105,96,159); }

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