#6F6BAA

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

Shades of Scampi #6F6BAA

Tints of Scampi #6F6BAA

Color information

#6F6BAA (or 0x6F6BAA) is unknown color: approx Scampi. HEX triplet: 6F, 6B and AA. RGB value is (111,107,170). Sum of RGB (Red+Green+Blue) = 111+107+170=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6BAA is #909455. Grayscale: #737373. Windows color (decimal): -9475158 or 11168623. OLE color: 11168623.

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

Color convert

RGB111107170-
CMYK0.350.3700.33
HSL243.81º27.04%54.31%-
HSV(B)243.81º37.06%66.67%-
XYZ19.0716.840.27-
YUV115.38158.83124.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=28.61%
G=27.58%
B=43.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111071700.350.3700.33243.8127.0454.31
Hex6F6BAA2325021f41b36
Octal15715325243450413643366
Binary110111111010111010101010001110010101000011111010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,107,170); }

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

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

 a { background-color: rgb(111,107,170); }

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

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

 span { border-color: rgb(111,107,170); }

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