#668D8E

Color #668D8E Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #668D8E

Tints of Gothic #668D8E

Color information

#668D8E (or 0x668D8E) is unknown color: approx Gothic. HEX triplet: 66, 8D and 8E. RGB value is (102,141,142). Sum of RGB (Red+Green+Blue) = 102+141+142=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #668D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D8E is #997271. Grayscale: #818181. Windows color (decimal): -10056306 or 9342310. OLE color: 9342310.

HSL color Cylindrical-coordinate representation of color #668D8E: hue angle of 181.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D8E is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102141142-
CMYK0.280.0100.44
HSL181.5º16.39%47.84%-
HSV(B)181.5º28.17%55.69%-
XYZ19.8923.8329.14-
YUV129.45135.08108.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=26.49%
G=36.62%
B=36.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021411420.280.0100.44181.516.3947.84
Hex668D8E1C102Cb51030
Octal1462152163410542652060
Binary1100110100011011000111011100101011001011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D8E; }

 p { color: rgb(102,141,142); }

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

<style>
 a { background-color: #668D8E; }

 a { background-color: rgb(102,141,142); }

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

<style>
 span { border-color: #668D8E; }

 span { border-color: rgb(102,141,142); }

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