#6F69AD

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

Shades of Scampi #6F69AD

Tints of Scampi #6F69AD

Color information

#6F69AD (or 0x6F69AD) is unknown color: approx Scampi. HEX triplet: 6F, 69 and AD. RGB value is (111,105,173). Sum of RGB (Red+Green+Blue) = 111+105+173=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F69AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F69AD is #909652. Grayscale: #727272. Windows color (decimal): -9475667 or 11364719. OLE color: 11364719.

HSL color Cylindrical-coordinate representation of color #6F69AD: hue angle of 245.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F69AD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111105173-
CMYK0.360.3900.32
HSL245.29º29.31%54.51%-
HSV(B)245.29º39.31%67.84%-
XYZ19.1516.541.71-
YUV114.55160.99125.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=28.53%
G=26.99%
B=44.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111051730.360.3900.32245.2929.3154.51
Hex6F69AD2427020f51d37
Octal15715125544470403653567
Binary110111111010011010110110010010011101000001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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