#6F6297

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

Shades of Scampi #6F6297

Tints of Scampi #6F6297

Color information

#6F6297 (or 0x6F6297) is unknown color: approx Scampi. HEX triplet: 6F, 62 and 97. RGB value is (111,98,151). Sum of RGB (Red+Green+Blue) = 111+98+151=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F6297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6297 is #909D68. Grayscale: #6B6B6B. Windows color (decimal): -9477481 or 9921135. OLE color: 9921135.

HSL color Cylindrical-coordinate representation of color #6F6297: hue angle of 254.72º 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 #6F6297 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11198151-
CMYK0.260.3500.41
HSL254.72º21.29%48.82%-
HSV(B)254.72º35.1%59.22%-
XYZ16.5114.3531.18-
YUV107.93152.31130.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 151 (59.38% from 255) = 41.94%
R=30.83%
G=27.22%
B=41.94%

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
Decimal111981510.260.3500.41254.7221.2948.82
Hex6F62971A23029ff1531
Octal15714222732430513772561
Binary11011111100010100101111101010001101010011111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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