#67819D

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

Shades of Slate Grey #67819D

Tints of Slate Grey #67819D

Color information

#67819D (or 0x67819D) is unknown color: approx Slate Grey. HEX triplet: 67, 81 and 9D. RGB value is (103,129,157). Sum of RGB (Red+Green+Blue) = 103+129+157=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 129 (50.78% from 255 or 33.16% 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 #67819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67819D is #987E62. Grayscale: #7C7C7C. Windows color (decimal): -9993827 or 10322279. OLE color: 10322279.

HSL color Cylindrical-coordinate representation of color #67819D: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67819D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103129157-
CMYK0.340.1800.38
HSL211.11º21.6%50.98%-
HSV(B)211.11º34.39%61.57%-
XYZ19.5321.0234.93-
YUV124.42146.39112.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=26.48%
G=33.16%
B=40.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031291570.340.1800.38211.1121.650.98
Hex67819D2212026d31633
Octal14720123542220463232663
Binary110011110000001100111011000101001001001101101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,129,157); }

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

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

 a { background-color: rgb(103,129,157); }

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

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

 span { border-color: rgb(103,129,157); }

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