#66848E

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

Shades of Gothic #66848E

Tints of Gothic #66848E

Color information

#66848E (or 0x66848E) is unknown color: approx Gothic. HEX triplet: 66, 84 and 8E. RGB value is (102,132,142). Sum of RGB (Red+Green+Blue) = 102+132+142=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #66848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66848E is #997B71. Grayscale: #7C7C7C. Windows color (decimal): -10058610 or 9340006. OLE color: 9340006.

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

Color convert

RGB102132142-
CMYK0.280.0700.44
HSL195º16.39%47.84%-
HSV(B)195º28.17%55.69%-
XYZ18.6121.2828.72-
YUV124.17138.06112.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=27.13%
G=35.11%
B=37.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021321420.280.0700.4419516.3947.84
Hex66848E1C702Cc31030
Octal1462042163470543032060
Binary110011010000100100011101110011101011001100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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