#66829C

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

Shades of Bermuda Grey #66829C

Tints of Bermuda Grey #66829C

Color information

#66829C (or 0x66829C) is unknown color: approx Bermuda Grey. HEX triplet: 66, 82 and 9C. RGB value is (102,130,156). Sum of RGB (Red+Green+Blue) = 102+130+156=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #66829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829C is #997D63. Grayscale: #7C7C7C. Windows color (decimal): -10059108 or 10256998. OLE color: 10256998.

HSL color Cylindrical-coordinate representation of color #66829C: hue angle of 208.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66829C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102130156-
CMYK0.350.1700.39
HSL208.89º21.43%50.59%-
HSV(B)208.89º34.62%61.18%-
XYZ19.4621.1934.52-
YUV124.59145.72111.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=26.29%
G=33.51%
B=40.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021301560.350.1700.39208.8921.4350.59
Hex66829C2311027d11533
Octal14620223443210473212563
Binary110011010000010100111001000111000101001111101000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66829C; }

 p { color: rgb(102,130,156); }

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

<style>
 a { background-color: #66829C; }

 a { background-color: rgb(102,130,156); }

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

<style>
 span { border-color: #66829C; }

 span { border-color: rgb(102,130,156); }

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