#6F66AB

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

Shades of Scampi #6F66AB

Tints of Scampi #6F66AB

Color information

#6F66AB (or 0x6F66AB) is unknown color: approx Scampi. HEX triplet: 6F, 66 and AB. RGB value is (111,102,171). Sum of RGB (Red+Green+Blue) = 111+102+171=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F66AB is #909954. Grayscale: #707070. Windows color (decimal): -9476437 or 11232879. OLE color: 11232879.

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

Color convert

RGB111102171-
CMYK0.350.4000.33
HSL247.83º29.11%53.53%-
HSV(B)247.83º40.35%67.06%-
XYZ18.6615.8240.6-
YUV112.56160.98126.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=28.91%
G=26.56%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111021710.350.4000.33247.8329.1153.53
Hex6F66AB2328021f81d36
Octal15714625343500413703566
Binary110111111001101010101110001110100001000011111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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