#6A7998

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

Shades of Slate Grey #6A7998

Tints of Slate Grey #6A7998

Color information

#6A7998 (or 0x6A7998) is unknown color: approx Slate Grey. HEX triplet: 6A, 79 and 98. RGB value is (106,121,152). Sum of RGB (Red+Green+Blue) = 106+121+152=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A7998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7998 is #958667. Grayscale: #777777. Windows color (decimal): -9799272 or 9992554. OLE color: 9992554.

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

Color convert

RGB106121152-
CMYK0.300.2000.40
HSL220.43º18.25%50.59%-
HSV(B)220.43º30.26%59.61%-
XYZ18.4519.0132.4-
YUV120.05146.03117.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=27.97%
G=31.93%
B=40.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061211520.300.2000.40220.4318.2550.59
Hex6A79981E14028dc1233
Octal15217123036240503342263
Binary1101010111100110011000111101010001010001101110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,152); }

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

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

 a { background-color: rgb(106,121,152); }

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

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

 span { border-color: rgb(106,121,152); }

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