#66849B

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

Shades of Bermuda Grey #66849B

Tints of Bermuda Grey #66849B

Color information

#66849B (or 0x66849B) is unknown color: approx Bermuda Grey. HEX triplet: 66, 84 and 9B. RGB value is (102,132,155). Sum of RGB (Red+Green+Blue) = 102+132+155=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #66849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849B is #997B64. Grayscale: #7D7D7D. Windows color (decimal): -10058597 or 10191974. OLE color: 10191974.

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

Color convert

RGB102132155-
CMYK0.340.1500.39
HSL206.04º20.95%50.39%-
HSV(B)206.04º34.19%60.78%-
XYZ19.6521.6934.16-
YUV125.65144.56111.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=26.22%
G=33.93%
B=39.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021321550.340.1500.39206.0420.9550.39
Hex66849B22F027ce1532
Octal14620423342170473162562
Binary11001101000010010011011100010111101001111100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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