#6F619B

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

Shades of Scampi #6F619B

Tints of Scampi #6F619B

Color information

#6F619B (or 0x6F619B) is unknown color: approx Scampi. HEX triplet: 6F, 61 and 9B. RGB value is (111,97,155). Sum of RGB (Red+Green+Blue) = 111+97+155=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F619B is #909E64. Grayscale: #6B6B6B. Windows color (decimal): -9477733 or 10183023. OLE color: 10183023.

HSL color Cylindrical-coordinate representation of color #6F619B: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F619B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11197155-
CMYK0.280.3700.39
HSL254.48º23.02%49.41%-
HSV(B)254.48º37.42%60.78%-
XYZ16.7514.332.89-
YUV107.8154.64130.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=30.58%
G=26.72%
B=42.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111971550.280.3700.39254.4823.0249.41
Hex6F619B1C25027fe1731
Octal15714123334450473762761
Binary11011111100001100110111110010010101001111111111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,155); }

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

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

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

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

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

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

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