Html Css Color HEX #6E7B9B Slate Grey

📋 copy color: '#6E7B9B'

red 110 ◦ green 123 ◦ blue 155

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

Shades of Slate Grey #6E7B9B

Tints of Slate Grey #6E7B9B

RGB

 RED value IS 110 (43.36% from 255) = 28.35%

 GREEN value IS 123 (48.44% from 255) = 31.7%

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

R = 28.35%
G = 31.7%
B = 39.95%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E7B9B (or 0x6E7B9B) is known color: Slate Grey. HEX triplet: 6E, 7B and 9B. RGB value is (110,123,155). Sum of RGB (Red+Green+Blue) = 110+123+155=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E7B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B9B is #918464. Grayscale: #7A7A7A. Windows color (decimal): -9536613 or 10189678. OLE color: 10189678.

HSL color Cylindrical-coordinate representation of color #6E7B9B: hue angle of 222.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E7B9B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 123 155 -
CMYK 0.29 0.21 0 0.39
HSL 222.67º 0.18% 0.52% -
HSV(B) 222.67º 0.29% 0.61% -
XYZ 19.43 19.85 33.82 -
YUV 122.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 110 123 155 0.29 0.21 0 0.39 222.67 0.18 0.52
Hex 6E 7B 9B 1D 15 0 27 DF 12 34
Octal 156 173 233 35 25 0 47 337 22 64
Binary 1101110 1111011 10011011 11101 10101 0 100111 11011111 10010 110100

Color Harmonies of #6E7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7B9B

Black with #6E7B9B

Text Example


Text Example

White with #6E7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,155); }

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

background-color css

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

 a { background-color: rgb(110,123,155); }

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

border-color css

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

 span { border-color: rgb(110,123,155); }

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