#66859C

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

Shades of Bermuda Grey #66859C

Tints of Bermuda Grey #66859C

Color information

#66859C (or 0x66859C) is unknown color: approx Bermuda Grey. HEX triplet: 66, 85 and 9C. RGB value is (102,133,156). Sum of RGB (Red+Green+Blue) = 102+133+156=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #66859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66859C is #997A63. Grayscale: #7E7E7E. Windows color (decimal): -10058340 or 10257766. OLE color: 10257766.

HSL color Cylindrical-coordinate representation of color #66859C: hue angle of 205.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66859C is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102133156-
CMYK0.350.1500.39
HSL205.56º21.43%50.59%-
HSV(B)205.56º34.62%61.18%-
XYZ19.872234.65-
YUV126.35144.73110.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=26.09%
G=34.02%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021331560.350.1500.39205.5621.4350.59
Hex66859C23F027ce1533
Octal14620523443170473162563
Binary11001101000010110011100100011111101001111100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,133,156); }

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

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

 a { background-color: rgb(102,133,156); }

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

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

 span { border-color: rgb(102,133,156); }

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