#66849D

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

Shades of Bermuda Grey #66849D

Tints of Bermuda Grey #66849D

Color information

#66849D (or 0x66849D) is unknown color: approx Bermuda Grey. HEX triplet: 66, 84 and 9D. RGB value is (102,132,157). Sum of RGB (Red+Green+Blue) = 102+132+157=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #66849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849D is #997B62. Grayscale: #7D7D7D. Windows color (decimal): -10058595 or 10323046. OLE color: 10323046.

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

Color convert

RGB102132157-
CMYK0.350.1600.38
HSL207.27º21.91%50.78%-
HSV(B)207.27º35.03%61.57%-
XYZ19.8221.7635.05-
YUV125.88145.56110.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=26.09%
G=33.76%
B=40.15%

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
Decimal1021321570.350.1600.38207.2721.9150.78
Hex66849D2310026cf1633
Octal14620423543200463172663
Binary110011010000100100111011000111000001001101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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