#66848C

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

Shades of Gothic #66848C

Tints of Gothic #66848C

Color information

#66848C (or 0x66848C) is unknown color: approx Gothic. HEX triplet: 66, 84 and 8C. RGB value is (102,132,140). Sum of RGB (Red+Green+Blue) = 102+132+140=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #66848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66848C is #997B73. Grayscale: #7B7B7B. Windows color (decimal): -10058612 or 9208934. OLE color: 9208934.

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

Color convert

RGB102132140-
CMYK0.270.0600.45
HSL192.63º15.7%47.45%-
HSV(B)192.63º27.14%54.9%-
XYZ18.4621.2227.93-
YUV123.94137.06112.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=27.27%
G=35.29%
B=37.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021321400.270.0600.45192.6315.747.45
Hex66848C1B602Dc1102f
Octal1462042143360553012057
Binary110011010000100100011001101111001011011100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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