#6F6BAB

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

Shades of Scampi #6F6BAB

Tints of Scampi #6F6BAB

Color information

#6F6BAB (or 0x6F6BAB) is unknown color: approx Scampi. HEX triplet: 6F, 6B and AB. RGB value is (111,107,171). Sum of RGB (Red+Green+Blue) = 111+107+171=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6BAB is #909454. Grayscale: #737373. Windows color (decimal): -9475157 or 11234159. OLE color: 11234159.

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

Color convert

RGB111107171-
CMYK0.350.3700.33
HSL243.75º27.59%54.51%-
HSV(B)243.75º37.43%67.06%-
XYZ19.1616.8440.77-
YUV115.49159.33124.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=28.53%
G=27.51%
B=43.96%

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
Decimal1111071710.350.3700.33243.7527.5954.51
Hex6F6BAB2325021f41c37
Octal15715325343450413643467
Binary110111111010111010101110001110010101000011111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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