#6F699C

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

Shades of Scampi #6F699C

Tints of Scampi #6F699C

Color information

#6F699C (or 0x6F699C) is unknown color: approx Scampi. HEX triplet: 6F, 69 and 9C. RGB value is (111,105,156). Sum of RGB (Red+Green+Blue) = 111+105+156=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F699C is #909663. Grayscale: #707070. Windows color (decimal): -9475684 or 10250607. OLE color: 10250607.

HSL color Cylindrical-coordinate representation of color #6F699C: hue angle of 247.06º degrees, saturation: 0.2, 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 #6F699C is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111105156-
CMYK0.290.3300.39
HSL247.06º20.48%51.18%-
HSV(B)247.06º32.69%61.18%-
XYZ17.6115.8833.59-
YUV112.61152.49126.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=29.84%
G=28.23%
B=41.94%

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
Decimal1111051560.290.3300.39247.0620.4851.18
Hex6F699C1D21027f71433
Octal15715123435410473672463
Binary11011111101001100111001110110000101001111111011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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