Html Css Color HEX #6B7D90 Slate Grey

📋 copy color: '#6B7D90'

red 107 ◦ green 125 ◦ blue 144

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

Shades of Slate Grey #6B7D90

Tints of Slate Grey #6B7D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

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

R = 28.46%
G = 33.24%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B7D90 (or 0x6B7D90) is known color: Slate Grey. HEX triplet: 6B, 7D and 90. RGB value is (107,125,144). Sum of RGB (Red+Green+Blue) = 107+125+144=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B7D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D90 is #94826F. Grayscale: #797979. Windows color (decimal): -9732720 or 9469291. OLE color: 9469291.

HSL color Cylindrical-coordinate representation of color #6B7D90: hue angle of 210.81º 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 #6B7D90 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 125 144 -
CMYK 0.26 0.13 0 0.44
HSL 210.81º 0.15% 0.49% -
HSV(B) 210.81º 0.26% 0.56% -
XYZ 18.43 19.81 29.24 -
YUV 121.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 107 125 144 0.26 0.13 0 0.44 210.81 0.15 0.49
Hex 6B 7D 90 1A D 0 2C D3 F 31
Octal 153 175 220 32 15 0 54 323 17 61
Binary 1101011 1111101 10010000 11010 1101 0 101100 11010011 1111 110001

Color Harmonies of #6B7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D90

Black with #6B7D90

Text Example


Text Example

White with #6B7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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