#66829B

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

Shades of Slate Grey #66829B

Tints of Slate Grey #66829B

Color information

#66829B (or 0x66829B) is unknown color: approx Slate Grey. HEX triplet: 66, 82 and 9B. RGB value is (102,130,155). Sum of RGB (Red+Green+Blue) = 102+130+155=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #66829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829B is #997D64. Grayscale: #7C7C7C. Windows color (decimal): -10059109 or 10191462. OLE color: 10191462.

HSL color Cylindrical-coordinate representation of color #66829B: hue angle of 208.3º 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 #66829B is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102130155-
CMYK0.340.1600.39
HSL208.3º20.95%50.39%-
HSV(B)208.3º34.19%60.78%-
XYZ19.3821.1634.07-
YUV124.48145.22111.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=26.36%
G=33.59%
B=40.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021301550.340.1600.39208.320.9550.39
Hex66829B2210027d01532
Octal14620223342200473202562
Binary110011010000010100110111000101000001001111101000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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