Html Css Color HEX #6A8399 Slate Grey

📋 copy color: '#6A8399'

red 106 ◦ green 131 ◦ blue 153

#6A8399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #6A8399

Tints of Slate Grey #6A8399

RGB

 RED value IS 106 (41.8% from 255) = 27.18%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 27.18%
G = 33.59%
B = 39.23%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A8399 (or 0x6A8399) is known color: Slate Grey. HEX triplet: 6A, 83 and 99. RGB value is (106,131,153). Sum of RGB (Red+Green+Blue) = 106+131+153=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A8399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8399 is #957C66. Grayscale: #7D7D7D. Windows color (decimal): -9796711 or 10060650. OLE color: 10060650.

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

Color convert

RGB 106 131 153 -
CMYK 0.31 0.14 0 0.4
HSL 208.09º 0.19% 0.51% -
HSV(B) 208.09º 0.31% 0.6% -
XYZ 19.81 21.6 33.26 -
YUV 126.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 106 131 153 0.31 0.14 0 0.4 208.09 0.19 0.51
Hex 6A 83 99 1F E 0 28 D0 13 33
Octal 152 203 231 37 16 0 50 320 23 63
Binary 1101010 10000011 10011001 11111 1110 0 101000 11010000 10011 110011

Color Harmonies of #6A8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8399

Black with #6A8399

Text Example


Text Example

White with #6A8399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A8399;
 }
 .AnyTagClassName
 {
   color: #6A8399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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