#668D95

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

Shades of Gothic #668D95

Tints of Gothic #668D95

Color information

#668D95 (or 0x668D95) is unknown color: approx Gothic. HEX triplet: 66, 8D and 95. RGB value is (102,141,149). Sum of RGB (Red+Green+Blue) = 102+141+149=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #668D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D95 is #99726A. Grayscale: #828282. Windows color (decimal): -10056299 or 9801062. OLE color: 9801062.

HSL color Cylindrical-coordinate representation of color #668D95: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668D95 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102141149-
CMYK0.320.0500.42
HSL190.21º18.73%49.22%-
HSV(B)190.21º31.54%58.43%-
XYZ20.4324.0432-
YUV130.25138.58107.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=26.02%
G=35.97%
B=38.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021411490.320.0500.42190.2118.7349.22
Hex668D9520502Abe1331
Octal1462152254050522762361
Binary1100110100011011001010110000010101010101011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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