#66859E

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

Shades of Bermuda Grey #66859E

Tints of Bermuda Grey #66859E

Color information

#66859E (or 0x66859E) is unknown color: approx Bermuda Grey. HEX triplet: 66, 85 and 9E. RGB value is (102,133,158). Sum of RGB (Red+Green+Blue) = 102+133+158=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #66859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66859E is #997A61. Grayscale: #7E7E7E. Windows color (decimal): -10058338 or 10388838. OLE color: 10388838.

HSL color Cylindrical-coordinate representation of color #66859E: hue angle of 206.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66859E is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102133158-
CMYK0.350.1600.38
HSL206.79º22.4%50.98%-
HSV(B)206.79º35.44%61.96%-
XYZ20.0422.0735.55-
YUV126.58145.73110.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=25.95%
G=33.84%
B=40.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021331580.350.1600.38206.7922.450.98
Hex66859E2310026cf1633
Octal14620523643200463172663
Binary110011010000101100111101000111000001001101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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