#66898B

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

Shades of Gothic #66898B

Tints of Gothic #66898B

Color information

#66898B (or 0x66898B) is unknown color: approx Gothic. HEX triplet: 66, 89 and 8B. RGB value is (102,137,139). Sum of RGB (Red+Green+Blue) = 102+137+139=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #66898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66898B is #997674. Grayscale: #7E7E7E. Windows color (decimal): -10057333 or 9144678. OLE color: 9144678.

HSL color Cylindrical-coordinate representation of color #66898B: hue angle of 183.24º degrees, saturation: 0.15, 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 #66898B is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102137139-
CMYK0.270.0100.45
HSL183.24º15.35%47.25%-
HSV(B)183.24º26.62%54.51%-
XYZ19.0922.5827.78-
YUV126.76134.9110.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=26.98%
G=36.24%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021371390.270.0100.45183.2415.3547.25
Hex66898B1B102Db7f2f
Octal1462112133310552671757
Binary110011010001001100010111101110101101101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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