#66849F

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

Shades of Bermuda Grey #66849F

Tints of Bermuda Grey #66849F

Color information

#66849F (or 0x66849F) is unknown color: approx Bermuda Grey. HEX triplet: 66, 84 and 9F. RGB value is (102,132,159). Sum of RGB (Red+Green+Blue) = 102+132+159=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #66849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849F is #997B60. Grayscale: #7D7D7D. Windows color (decimal): -10058593 or 10454118. OLE color: 10454118.

HSL color Cylindrical-coordinate representation of color #66849F: hue angle of 208.42º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66849F is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102132159-
CMYK0.360.1700.38
HSL208.42º22.89%51.18%-
HSV(B)208.42º35.85%62.35%-
XYZ19.9921.8335.96-
YUV126.11146.56110.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=25.95%
G=33.59%
B=40.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021321590.360.1700.38208.4222.8951.18
Hex66849F2411026d01733
Octal14620423744210463202763
Binary110011010000100100111111001001000101001101101000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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