Html Css Color HEX #6B7C9B Slate Grey

📋 copy color: '#6B7C9B'

red 107 ◦ green 124 ◦ blue 155

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

Shades of Slate Grey #6B7C9B

Tints of Slate Grey #6B7C9B

RGB

 RED value IS 107 (42.19% from 255) = 27.72%

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 27.72%
G = 32.12%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B7C9B (or 0x6B7C9B) is known color: Slate Grey. HEX triplet: 6B, 7C and 9B. RGB value is (107,124,155). Sum of RGB (Red+Green+Blue) = 107+124+155=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B7C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7C9B is #948364. Grayscale: #7A7A7A. Windows color (decimal): -9732965 or 10189931. OLE color: 10189931.

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

Color convert

RGB 107 124 155 -
CMYK 0.31 0.2 0 0.39
HSL 218.75º 0.19% 0.51% -
HSV(B) 218.75º 0.31% 0.61% -
XYZ 19.19 19.91 33.84 -
YUV 122.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 107 124 155 0.31 0.2 0 0.39 218.75 0.19 0.51
Hex 6B 7C 9B 1F 14 0 27 DB 13 33
Octal 153 174 233 37 24 0 47 333 23 63
Binary 1101011 1111100 10011011 11111 10100 0 100111 11011011 10011 110011

Color Harmonies of #6B7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C9B

Black with #6B7C9B

Text Example


Text Example

White with #6B7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,155); }

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

background-color css

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

 a { background-color: rgb(107,124,155); }

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

border-color css

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

 span { border-color: rgb(107,124,155); }

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