#6F689C

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

Shades of Scampi #6F689C

Tints of Scampi #6F689C

Color information

#6F689C (or 0x6F689C) is unknown color: approx Scampi. HEX triplet: 6F, 68 and 9C. RGB value is (111,104,156). Sum of RGB (Red+Green+Blue) = 111+104+156=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F689C is #909763. Grayscale: #6F6F6F. Windows color (decimal): -9475940 or 10250351. OLE color: 10250351.

HSL color Cylindrical-coordinate representation of color #6F689C: hue angle of 248.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F689C is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111104156-
CMYK0.290.3300.39
HSL248.08º20.8%50.98%-
HSV(B)248.08º33.33%61.18%-
XYZ17.5115.6833.56-
YUV112.02152.82127.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=29.92%
G=28.03%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111041560.290.3300.39248.0820.850.98
Hex6F689C1D21027f81533
Octal15715023435410473702563
Binary11011111101000100111001110110000101001111111100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,156); }

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

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

 a { background-color: rgb(111,104,156); }

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

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

 span { border-color: rgb(111,104,156); }

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