#6F69AB

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

Shades of Scampi #6F69AB

Tints of Scampi #6F69AB

Color information

#6F69AB (or 0x6F69AB) is unknown color: approx Scampi. HEX triplet: 6F, 69 and AB. RGB value is (111,105,171). Sum of RGB (Red+Green+Blue) = 111+105+171=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F69AB is #909654. Grayscale: #727272. Windows color (decimal): -9475669 or 11233647. OLE color: 11233647.

HSL color Cylindrical-coordinate representation of color #6F69AB: hue angle of 245.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F69AB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111105171-
CMYK0.350.3900.33
HSL245.45º28.21%54.12%-
HSV(B)245.45º38.6%67.06%-
XYZ18.9616.4240.7-
YUV114.32159.99125.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=28.68%
G=27.13%
B=44.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111051710.350.3900.33245.4528.2154.12
Hex6F69AB2327021f51c36
Octal15715125343470413653466
Binary110111111010011010101110001110011101000011111010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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