#68829B

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

Shades of Slate Grey #68829B

Tints of Slate Grey #68829B

Color information

#68829B (or 0x68829B) is unknown color: approx Slate Grey. HEX triplet: 68, 82 and 9B. RGB value is (104,130,155). Sum of RGB (Red+Green+Blue) = 104+130+155=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 130 (51.17% from 255 or 33.42% 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 #68829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68829B is #977D64. Grayscale: #7C7C7C. Windows color (decimal): -9928037 or 10191464. OLE color: 10191464.

HSL color Cylindrical-coordinate representation of color #68829B: hue angle of 209.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68829B is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104130155-
CMYK0.330.1600.39
HSL209.41º20.32%50.78%-
HSV(B)209.41º32.9%60.78%-
XYZ19.6121.2734.08-
YUV125.08144.89112.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=26.74%
G=33.42%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041301550.330.1600.39209.4120.3250.78
Hex68829B2110027d11433
Octal15020223341200473212463
Binary110100010000010100110111000011000001001111101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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