#6E709C

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

Shades of Scampi #6E709C

Tints of Scampi #6E709C

Color information

#6E709C (or 0x6E709C) is unknown color: approx Scampi. HEX triplet: 6E, 70 and 9C. RGB value is (110,112,156). Sum of RGB (Red+Green+Blue) = 110+112+156=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E709C is #918F63. Grayscale: #747474. Windows color (decimal): -9539428 or 10252398. OLE color: 10252398.

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

Color convert

RGB110112156-
CMYK0.290.2800.39
HSL237.39º18.85%52.16%-
HSV(B)237.39º29.49%61.18%-
XYZ18.2317.333.83-
YUV116.42150.34123.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=29.10%
G=29.63%
B=41.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101121560.290.2800.39237.3918.8552.16
Hex6E709C1D1C027ed1334
Octal15616023435340473552364
Binary1101110111000010011100111011110001001111110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,156); }

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

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

 a { background-color: rgb(110,112,156); }

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

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

 span { border-color: rgb(110,112,156); }

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