#66898E

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

Shades of Gothic #66898E

Tints of Gothic #66898E

Color information

#66898E (or 0x66898E) is unknown color: approx Gothic. HEX triplet: 66, 89 and 8E. RGB value is (102,137,142). Sum of RGB (Red+Green+Blue) = 102+137+142=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #66898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66898E is #997671. Grayscale: #7F7F7F. Windows color (decimal): -10057330 or 9341286. OLE color: 9341286.

HSL color Cylindrical-coordinate representation of color #66898E: hue angle of 187.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 #66898E is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102137142-
CMYK0.280.0400.44
HSL187.5º16.39%47.84%-
HSV(B)187.5º28.17%55.69%-
XYZ19.3122.6728.95-
YUV127.1136.4110.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=26.77%
G=35.96%
B=37.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021371420.280.0400.44187.516.3947.84
Hex66898E1C402Cbb1030
Octal1462112163440542732060
Binary110011010001001100011101110010001011001011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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