#69609E

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

Shades of Scampi #69609E

Tints of Scampi #69609E

Color information

#69609E (or 0x69609E) is unknown color: approx Scampi. HEX triplet: 69, 60 and 9E. RGB value is (105,96,158). Sum of RGB (Red+Green+Blue) = 105+96+158=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #69609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69609E is #969F61. Grayscale: #696969. Windows color (decimal): -9871202 or 10379369. OLE color: 10379369.

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

Color convert

RGB10596158-
CMYK0.340.3900.38
HSL248.71º24.41%49.8%-
HSV(B)248.71º39.24%61.96%-
XYZ16.1813.8434.17-
YUV105.76157.48127.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=29.25%
G=26.74%
B=44.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105961580.340.3900.38248.7124.4149.8
Hex69609E2227026f91832
Octal15114023642470463713062
Binary110100111000001001111010001010011101001101111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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