Html Css Color HEX #6A7E9B Slate Grey

📋 copy color: '#6A7E9B'

red 106 ◦ green 126 ◦ blue 155

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

Shades of Slate Grey #6A7E9B

Tints of Slate Grey #6A7E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 27.39%
G = 32.56%
B = 40.05%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A7E9B (or 0x6A7E9B) is known color: Slate Grey. HEX triplet: 6A, 7E and 9B. RGB value is (106,126,155). Sum of RGB (Red+Green+Blue) = 106+126+155=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7E9B is #958164. Grayscale: #7B7B7B. Windows color (decimal): -9797989 or 10190442. OLE color: 10190442.

HSL color Cylindrical-coordinate representation of color #6A7E9B: hue angle of 215.51º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A7E9B is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 126 155 -
CMYK 0.32 0.19 0 0.39
HSL 215.51º 0.2% 0.51% -
HSV(B) 215.51º 0.32% 0.61% -
XYZ 19.32 20.35 33.92 -
YUV 123.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 106 126 155 0.32 0.19 0 0.39 215.51 0.2 0.51
Hex 6A 7E 9B 20 13 0 27 D8 14 33
Octal 152 176 233 40 23 0 47 330 24 63
Binary 1101010 1111110 10011011 100000 10011 0 100111 11011000 10100 110011

Color Harmonies of #6A7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7E9B

Black with #6A7E9B

Text Example


Text Example

White with #6A7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,126,155); }

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

background-color css

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

 a { background-color: rgb(106,126,155); }

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

border-color css

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

 span { border-color: rgb(106,126,155); }

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