#6A778E

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

Shades of Slate Grey #6A778E

Tints of Slate Grey #6A778E

Color information

#6A778E (or 0x6A778E) is unknown color: approx Slate Grey. HEX triplet: 6A, 77 and 8E. RGB value is (106,119,142). Sum of RGB (Red+Green+Blue) = 106+119+142=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A778E is #958871. Grayscale: #757575. Windows color (decimal): -9799794 or 9336682. OLE color: 9336682.

HSL color Cylindrical-coordinate representation of color #6A778E: hue angle of 218.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A778E is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB106119142-
CMYK0.250.1600.44
HSL218.33º14.52%48.63%-
HSV(B)218.33º25.35%55.69%-
XYZ17.4218.2128.19-
YUV117.74141.69119.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=28.88%
G=32.43%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061191420.250.1600.44218.3314.5248.63
Hex6A778E191002Cdaf31
Octal15216721631200543321761
Binary110101011101111000111011001100000101100110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A778E; }

 p { color: rgb(106,119,142); }

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

<style>
 a { background-color: #6A778E; }

 a { background-color: rgb(106,119,142); }

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

<style>
 span { border-color: #6A778E; }

 span { border-color: rgb(106,119,142); }

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