#68819B

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

Shades of Slate Grey #68819B

Tints of Slate Grey #68819B

Color information

#68819B (or 0x68819B) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 9B. RGB value is (104,129,155). Sum of RGB (Red+Green+Blue) = 104+129+155=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #68819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819B is #977E64. Grayscale: #7C7C7C. Windows color (decimal): -9928293 or 10191208. OLE color: 10191208.

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

Color convert

RGB104129155-
CMYK0.330.1700.39
HSL210.59º20.32%50.78%-
HSV(B)210.59º32.9%60.78%-
XYZ19.4821.0134.04-
YUV124.49145.22113.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=26.80%
G=33.25%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041291550.330.1700.39210.5920.3250.78
Hex68819B2111027d31433
Octal15020123341210473232463
Binary110100010000001100110111000011000101001111101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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