#66829D

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

Shades of Bermuda Grey #66829D

Tints of Bermuda Grey #66829D

Color information

#66829D (or 0x66829D) is unknown color: approx Bermuda Grey. HEX triplet: 66, 82 and 9D. RGB value is (102,130,157). Sum of RGB (Red+Green+Blue) = 102+130+157=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #66829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829D is #997D62. Grayscale: #7C7C7C. Windows color (decimal): -10059107 or 10322534. OLE color: 10322534.

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

Color convert

RGB102130157-
CMYK0.350.1700.38
HSL209.45º21.91%50.78%-
HSV(B)209.45º35.03%61.57%-
XYZ19.5521.2234.96-
YUV124.71146.22111.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=26.22%
G=33.42%
B=40.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021301570.350.1700.38209.4521.9150.78
Hex66829D2311026d11633
Octal14620223543210463212663
Binary110011010000010100111011000111000101001101101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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