#69619D

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

Shades of Scampi #69619D

Tints of Scampi #69619D

Color information

#69619D (or 0x69619D) is unknown color: approx Scampi. HEX triplet: 69, 61 and 9D. RGB value is (105,97,157). Sum of RGB (Red+Green+Blue) = 105+97+157=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #69619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69619D is #969E62. Grayscale: #696969. Windows color (decimal): -9870947 or 10314089. OLE color: 10314089.

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

Color convert

RGB10597157-
CMYK0.330.3800.38
HSL248º23.62%49.8%-
HSV(B)248º38.22%61.57%-
XYZ16.1913.9933.74-
YUV106.23156.65127.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=29.25%
G=27.02%
B=43.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105971570.330.3800.3824823.6249.8
Hex69619D2126026f81832
Octal15114123541460463703062
Binary110100111000011001110110000110011001001101111100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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