#6A8398

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

Shades of Slate Grey #6A8398

Tints of Slate Grey #6A8398

Color information

#6A8398 (or 0x6A8398) is unknown color: approx Slate Grey. HEX triplet: 6A, 83 and 98. RGB value is (106,131,152). Sum of RGB (Red+Green+Blue) = 106+131+152=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A8398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8398 is #957C67. Grayscale: #7D7D7D. Windows color (decimal): -9796712 or 9995114. OLE color: 9995114.

HSL color Cylindrical-coordinate representation of color #6A8398: hue angle of 207.39º 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 #6A8398 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB106131152-
CMYK0.300.1400.40
HSL207.39º18.25%50.59%-
HSV(B)207.39º30.26%59.61%-
XYZ19.7321.5632.83-
YUV125.92142.72113.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=27.25%
G=33.68%
B=39.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061311520.300.1400.40207.3918.2550.59
Hex6A83981EE028cf1233
Octal15220323036160503172263
Binary1101010100000111001100011110111001010001100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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