#6F6692

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

Shades of Scampi #6F6692

Tints of Scampi #6F6692

Color information

#6F6692 (or 0x6F6692) is unknown color: approx Scampi. HEX triplet: 6F, 66 and 92. RGB value is (111,102,146). Sum of RGB (Red+Green+Blue) = 111+102+146=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6692 is #90996D. Grayscale: #6D6D6D. Windows color (decimal): -9476462 or 9594479. OLE color: 9594479.

HSL color Cylindrical-coordinate representation of color #6F6692: hue angle of 252.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6692 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111102146-
CMYK0.240.3000.43
HSL252.27º17.74%48.63%-
HSV(B)252.27º30.14%57.25%-
XYZ16.514.9629.21-
YUV109.71148.48128.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=30.92%
G=28.41%
B=40.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111021460.240.3000.43252.2717.7448.63
Hex6F6692181E02Bfc1231
Octal15714622230360533742261
Binary1101111110011010010010110001111001010111111110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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