#6F639B

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

Shades of Scampi #6F639B

Tints of Scampi #6F639B

Color information

#6F639B (or 0x6F639B) is unknown color: approx Scampi. HEX triplet: 6F, 63 and 9B. RGB value is (111,99,155). Sum of RGB (Red+Green+Blue) = 111+99+155=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F639B is #909C64. Grayscale: #6C6C6C. Windows color (decimal): -9477221 or 10183535. OLE color: 10183535.

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

Color convert

RGB11199155-
CMYK0.280.3600.39
HSL252.86º22.05%49.8%-
HSV(B)252.86º36.13%60.78%-
XYZ16.9314.6732.95-
YUV108.97153.98129.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=30.41%
G=27.12%
B=42.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111991550.280.3600.39252.8622.0549.8
Hex6F639B1C24027fd1632
Octal15714323334440473752662
Binary11011111100011100110111110010010001001111111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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