#6F669F

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

Shades of Scampi #6F669F

Tints of Scampi #6F669F

Color information

#6F669F (or 0x6F669F) is unknown color: approx Scampi. HEX triplet: 6F, 66 and 9F. RGB value is (111,102,159). Sum of RGB (Red+Green+Blue) = 111+102+159=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F669F is #909960. Grayscale: #6E6E6E. Windows color (decimal): -9476449 or 10446447. OLE color: 10446447.

HSL color Cylindrical-coordinate representation of color #6F669F: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F669F is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111102159-
CMYK0.300.3600.38
HSL249.47º22.89%51.18%-
HSV(B)249.47º35.85%62.35%-
XYZ17.5615.3934.84-
YUV111.19154.98127.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 159 (62.5% from 255) = 42.74%
R=29.84%
G=27.42%
B=42.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111021590.300.3600.38249.4722.8951.18
Hex6F669F1E24026f91733
Octal15714623736440463712763
Binary11011111100110100111111111010010001001101111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F669F; }

 p { color: rgb(111,102,159); }

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

<style>
 a { background-color: #6F669F; }

 a { background-color: rgb(111,102,159); }

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

<style>
 span { border-color: #6F669F; }

 span { border-color: rgb(111,102,159); }

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