#6A7D9A

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

Shades of Slate Grey #6A7D9A

Tints of Slate Grey #6A7D9A

Color information

#6A7D9A (or 0x6A7D9A) is unknown color: approx Slate Grey. HEX triplet: 6A, 7D and 9A. RGB value is (106,125,154). Sum of RGB (Red+Green+Blue) = 106+125+154=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A7D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7D9A is #958265. Grayscale: #7A7A7A. Windows color (decimal): -9798246 or 10124650. OLE color: 10124650.

HSL color Cylindrical-coordinate representation of color #6A7D9A: hue angle of 216.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A7D9A is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB106125154-
CMYK0.310.1900.40
HSL216.25º19.2%50.98%-
HSV(B)216.25º31.17%60.39%-
XYZ19.1120.0633.44-
YUV122.62145.71116.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 154 (60.55% from 255) = 40%
R=27.53%
G=32.47%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061251540.310.1900.40216.2519.250.98
Hex6A7D9A1F13028d81333
Octal15217523237230503302363
Binary1101010111110110011010111111001101010001101100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,125,154); }

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

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

 a { background-color: rgb(106,125,154); }

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

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

 span { border-color: rgb(106,125,154); }

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