#69669E

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

Shades of Scampi #69669E

Tints of Scampi #69669E

Color information

#69669E (or 0x69669E) is unknown color: approx Scampi. HEX triplet: 69, 66 and 9E. RGB value is (105,102,158). Sum of RGB (Red+Green+Blue) = 105+102+158=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #69669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69669E is #969961. Grayscale: #6D6D6D. Windows color (decimal): -9869666 or 10380905. OLE color: 10380905.

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

Color convert

RGB105102158-
CMYK0.340.3500.38
HSL243.21º22.4%50.98%-
HSV(B)243.21º35.44%61.96%-
XYZ16.7514.9734.36-
YUV109.28155.49124.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=28.77%
G=27.95%
B=43.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051021580.340.3500.38243.2122.450.98
Hex69669E2223026f31633
Octal15114623642430463632663
Binary110100111001101001111010001010001101001101111001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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