#6F6F93

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

Shades of Scampi #6F6F93

Tints of Scampi #6F6F93

Color information

#6F6F93 (or 0x6F6F93) is unknown color: approx Scampi. HEX triplet: 6F, 6F and 93. RGB value is (111,111,147). Sum of RGB (Red+Green+Blue) = 111+111+147=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F6F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6F93 is #90906C. Grayscale: #727272. Windows color (decimal): -9474157 or 9662319. OLE color: 9662319.

HSL color Cylindrical-coordinate representation of color #6F6F93: hue angle of 240º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6F93 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB111111147-
CMYK0.240.2400.42
HSL240º14.29%50.59%-
HSV(B)240º24.49%57.65%-
XYZ17.5116.8529.93-
YUV115.1146125.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=30.08%
G=30.08%
B=39.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111111470.240.2400.4224014.2950.59
Hex6F6F93181802Af0e33
Octal15715722330300523601663
Binary110111111011111001001111000110000101010111100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,111,147); }

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

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

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

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

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

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

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