#668E95

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

Shades of Gothic #668E95

Tints of Gothic #668E95

Color information

#668E95 (or 0x668E95) is unknown color: approx Gothic. HEX triplet: 66, 8E and 95. RGB value is (102,142,149). Sum of RGB (Red+Green+Blue) = 102+142+149=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #668E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E95 is #99716A. Grayscale: #828282. Windows color (decimal): -10056043 or 9801318. OLE color: 9801318.

HSL color Cylindrical-coordinate representation of color #668E95: hue angle of 188.94º 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 #668E95 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102142149-
CMYK0.320.0500.42
HSL188.94º18.73%49.22%-
HSV(B)188.94º31.54%58.43%-
XYZ20.5824.3432.05-
YUV130.84138.25107.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=25.95%
G=36.13%
B=37.91%

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
Decimal1021421490.320.0500.42188.9418.7349.22
Hex668E9520502Abd1331
Octal1462162254050522752361
Binary1100110100011101001010110000010101010101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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