#6F6296

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

Shades of Scampi #6F6296

Tints of Scampi #6F6296

Color information

#6F6296 (or 0x6F6296) is unknown color: approx Scampi. HEX triplet: 6F, 62 and 96. RGB value is (111,98,150). Sum of RGB (Red+Green+Blue) = 111+98+150=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F6296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6296 is #909D69. Grayscale: #6B6B6B. Windows color (decimal): -9477482 or 9855599. OLE color: 9855599.

HSL color Cylindrical-coordinate representation of color #6F6296: hue angle of 255º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F6296 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11198150-
CMYK0.260.3500.41
HSL255º20.97%48.63%-
HSV(B)255º34.67%58.82%-
XYZ16.4314.3230.75-
YUV107.82151.81130.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=30.92%
G=27.30%
B=41.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111981500.260.3500.4125520.9748.63
Hex6F62961A23029ff1531
Octal15714222632430513772561
Binary11011111100010100101101101010001101010011111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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