#6F6294

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

Shades of Scampi #6F6294

Tints of Scampi #6F6294

Color information

#6F6294 (or 0x6F6294) is unknown color: approx Scampi. HEX triplet: 6F, 62 and 94. RGB value is (111,98,148). Sum of RGB (Red+Green+Blue) = 111+98+148=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F6294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6294 is #909D6B. Grayscale: #6B6B6B. Windows color (decimal): -9477484 or 9724527. OLE color: 9724527.

HSL color Cylindrical-coordinate representation of color #6F6294: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6294 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11198148-
CMYK0.250.3400.42
HSL255.6º20.33%48.24%-
HSV(B)255.6º33.78%58.04%-
XYZ16.2714.2529.91-
YUV107.59150.81130.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=31.09%
G=27.45%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111981480.250.3400.42255.620.3348.24
Hex6F6294192202A1001430
Octal15714222431420524002460
Binary110111111000101001010011001100010010101010000000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,148); }

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

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

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

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

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

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

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