#668C94

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

Shades of Gothic #668C94

Tints of Gothic #668C94

Color information

#668C94 (or 0x668C94) is unknown color: approx Gothic. HEX triplet: 66, 8C and 94. RGB value is (102,140,148). Sum of RGB (Red+Green+Blue) = 102+140+148=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #668C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C94 is #99736B. Grayscale: #818181. Windows color (decimal): -10056556 or 9735270. OLE color: 9735270.

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

Color convert

RGB102140148-
CMYK0.310.0500.42
HSL190.43º18.4%49.02%-
HSV(B)190.43º31.08%58.04%-
XYZ20.223.7231.53-
YUV129.55138.41108.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=26.15%
G=35.90%
B=37.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021401480.310.0500.42190.4318.449.02
Hex668C941F502Abe1231
Octal1462142243750522762261
Binary110011010001100100101001111110101010101011111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,148); }

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

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

 a { background-color: rgb(102,140,148); }

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

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

 span { border-color: rgb(102,140,148); }

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