#69619E

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

Shades of Scampi #69619E

Tints of Scampi #69619E

Color information

#69619E (or 0x69619E) is unknown color: approx Scampi. HEX triplet: 69, 61 and 9E. RGB value is (105,97,158). Sum of RGB (Red+Green+Blue) = 105+97+158=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #69619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69619E is #969E61. Grayscale: #6A6A6A. Windows color (decimal): -9870946 or 10379625. OLE color: 10379625.

HSL color Cylindrical-coordinate representation of color #69619E: hue angle of 247.87º 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 #69619E is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10597158-
CMYK0.340.3900.38
HSL247.87º23.92%50%-
HSV(B)247.87º38.61%61.96%-
XYZ16.2714.0234.2-
YUV106.35157.15127.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=29.17%
G=26.94%
B=43.89%

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
Decimal105971580.340.3900.38247.8723.9250
Hex69619E2227026f81832
Octal15114123642470463703062
Binary110100111000011001111010001010011101001101111100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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