Html Css Color HEX #6B7C90 Slate Grey

📋 copy color: '#6B7C90'

red 107 ◦ green 124 ◦ blue 144

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

Shades of Slate Grey #6B7C90

Tints of Slate Grey #6B7C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 28.53%
G = 33.07%
B = 38.4%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B7C90 (or 0x6B7C90) is known color: Slate Grey. HEX triplet: 6B, 7C and 90. RGB value is (107,124,144). Sum of RGB (Red+Green+Blue) = 107+124+144=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B7C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7C90 is #94836F. Grayscale: #797979. Windows color (decimal): -9732976 or 9469035. OLE color: 9469035.

HSL color Cylindrical-coordinate representation of color #6B7C90: hue angle of 212.43º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7C90 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 124 144 -
CMYK 0.26 0.14 0 0.44
HSL 212.43º 0.15% 0.49% -
HSV(B) 212.43º 0.26% 0.56% -
XYZ 18.31 19.55 29.2 -
YUV 121.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 107 124 144 0.26 0.14 0 0.44 212.43 0.15 0.49
Hex 6B 7C 90 1A E 0 2C D4 F 31
Octal 153 174 220 32 16 0 54 324 17 61
Binary 1101011 1111100 10010000 11010 1110 0 101100 11010100 1111 110001

Color Harmonies of #6B7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C90

Black with #6B7C90

Text Example


Text Example

White with #6B7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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