#6F708E

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

Shades of Scampi #6F708E

Tints of Scampi #6F708E

Color information

#6F708E (or 0x6F708E) is unknown color: approx Scampi. HEX triplet: 6F, 70 and 8E. RGB value is (111,112,142). Sum of RGB (Red+Green+Blue) = 111+112+142=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F708E is #908F71. Grayscale: #737373. Windows color (decimal): -9473906 or 9334895. OLE color: 9334895.

HSL color Cylindrical-coordinate representation of color #6F708E: hue angle of 238.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F708E is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111112142-
CMYK0.220.2100.44
HSL238.06º12.25%49.61%-
HSV(B)238.06º21.83%55.69%-
XYZ17.2316.9227.95-
YUV115.12143.17125.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=30.41%
G=30.68%
B=38.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111121420.220.2100.44238.0612.2549.61
Hex6F708E161502Ceec32
Octal15716021626250543561462
Binary110111111100001000111010110101010101100111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,142); }

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

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

 a { background-color: rgb(111,112,142); }

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

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

 span { border-color: rgb(111,112,142); }

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