#6F709E

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

Shades of Scampi #6F709E

Tints of Scampi #6F709E

Color information

#6F709E (or 0x6F709E) is unknown color: approx Scampi. HEX triplet: 6F, 70 and 9E. RGB value is (111,112,158). Sum of RGB (Red+Green+Blue) = 111+112+158=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F709E is #908F61. Grayscale: #747474. Windows color (decimal): -9473890 or 10383471. OLE color: 10383471.

HSL color Cylindrical-coordinate representation of color #6F709E: hue angle of 238.72º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F709E is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111112158-
CMYK0.300.2900.38
HSL238.72º19.5%52.75%-
HSV(B)238.72º29.75%61.96%-
XYZ18.5217.4434.74-
YUV116.94151.17123.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=29.13%
G=29.40%
B=41.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111121580.300.2900.38238.7219.552.75
Hex6F709E1E1D026ef1435
Octal15716023636350463572465
Binary1101111111000010011110111101110101001101110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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