#66898C

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

Shades of Gothic #66898C

Tints of Gothic #66898C

Color information

#66898C (or 0x66898C) is unknown color: approx Gothic. HEX triplet: 66, 89 and 8C. RGB value is (102,137,140). Sum of RGB (Red+Green+Blue) = 102+137+140=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #66898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66898C is #997673. Grayscale: #7E7E7E. Windows color (decimal): -10057332 or 9210214. OLE color: 9210214.

HSL color Cylindrical-coordinate representation of color #66898C: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66898C is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102137140-
CMYK0.270.0200.45
HSL184.74º15.7%47.45%-
HSV(B)184.74º27.14%54.9%-
XYZ19.1622.6128.17-
YUV126.88135.4110.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=26.91%
G=36.15%
B=36.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021371400.270.0200.45184.7415.747.45
Hex66898C1B202Db9102f
Octal1462112143320552712057
Binary11001101000100110001100110111001011011011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66898C; }

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

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

<style>
 a { background-color: #66898C; }

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

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

<style>
 span { border-color: #66898C; }

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

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