#66849E

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

Shades of Bermuda Grey #66849E

Tints of Bermuda Grey #66849E

Color information

#66849E (or 0x66849E) is unknown color: approx Bermuda Grey. HEX triplet: 66, 84 and 9E. RGB value is (102,132,158). Sum of RGB (Red+Green+Blue) = 102+132+158=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #66849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849E is #997B61. Grayscale: #7D7D7D. Windows color (decimal): -10058594 or 10388582. OLE color: 10388582.

HSL color Cylindrical-coordinate representation of color #66849E: hue angle of 207.86º 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 #66849E is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102132158-
CMYK0.350.1600.38
HSL207.86º22.4%50.98%-
HSV(B)207.86º35.44%61.96%-
XYZ19.921.835.51-
YUV125.99146.06110.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=26.02%
G=33.67%
B=40.31%

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
Decimal1021321580.350.1600.38207.8622.450.98
Hex66849E2310026d01633
Octal14620423643200463202663
Binary110011010000100100111101000111000001001101101000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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