#66888C

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

Shades of Gothic #66888C

Tints of Gothic #66888C

Color information

#66888C (or 0x66888C) is unknown color: approx Gothic. HEX triplet: 66, 88 and 8C. RGB value is (102,136,140). Sum of RGB (Red+Green+Blue) = 102+136+140=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #66888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66888C is #997773. Grayscale: #7E7E7E. Windows color (decimal): -10057588 or 9209958. OLE color: 9209958.

HSL color Cylindrical-coordinate representation of color #66888C: hue angle of 186.32º 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 #66888C is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102136140-
CMYK0.270.0300.45
HSL186.32º15.7%47.45%-
HSV(B)186.32º27.14%54.9%-
XYZ19.0222.3328.12-
YUV126.29135.74110.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=26.98%
G=35.98%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021361400.270.0300.45186.3215.747.45
Hex66888C1B302Dba102f
Octal1462102143330552722057
Binary11001101000100010001100110111101011011011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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