#6F719B

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

Shades of Scampi #6F719B

Tints of Scampi #6F719B

Color information

#6F719B (or 0x6F719B) is unknown color: approx Scampi. HEX triplet: 6F, 71 and 9B. RGB value is (111,113,155). Sum of RGB (Red+Green+Blue) = 111+113+155=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F719B is #908E64. Grayscale: #757575. Windows color (decimal): -9473637 or 10187119. OLE color: 10187119.

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

Color convert

RGB111113155-
CMYK0.280.2700.39
HSL237.27º18.03%52.16%-
HSV(B)237.27º28.39%60.78%-
XYZ18.3817.5633.43-
YUV117.19149.34123.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=29.29%
G=29.82%
B=40.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111131550.280.2700.39237.2718.0352.16
Hex6F719B1C1B027ed1234
Octal15716123334330473552264
Binary1101111111000110011011111001101101001111110110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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