#66878E

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

Shades of Gothic #66878E

Tints of Gothic #66878E

Color information

#66878E (or 0x66878E) is unknown color: approx Gothic. HEX triplet: 66, 87 and 8E. RGB value is (102,135,142). Sum of RGB (Red+Green+Blue) = 102+135+142=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #66878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66878E is #997871. Grayscale: #7D7D7D. Windows color (decimal): -10057842 or 9340774. OLE color: 9340774.

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

Color convert

RGB102135142-
CMYK0.280.0500.44
HSL190.5º16.39%47.84%-
HSV(B)190.5º28.17%55.69%-
XYZ19.0322.1128.86-
YUV125.93137.07110.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=26.91%
G=35.62%
B=37.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021351420.280.0500.44190.516.3947.84
Hex66878E1C502Cbe1030
Octal1462072163450542762060
Binary110011010000111100011101110010101011001011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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