Html Css Color HEX #6F7B90 Slate Grey

📋 copy color: '#6F7B90'

red 111 ◦ green 123 ◦ blue 144

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

Shades of Slate Grey #6F7B90

Tints of Slate Grey #6F7B90

RGB

 RED value IS 111 (43.75% from 255) = 29.37%

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

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

R = 29.37%
G = 32.54%
B = 38.1%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F7B90 (or 0x6F7B90) is known color: Slate Grey. HEX triplet: 6F, 7B and 90. RGB value is (111,123,144). Sum of RGB (Red+Green+Blue) = 111+123+144=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7B90 is #90846F. Grayscale: #797979. Windows color (decimal): -9471088 or 9468783. OLE color: 9468783.

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

Color convert

RGB 111 123 144 -
CMYK 0.23 0.15 0 0.44
HSL 218.18º 0.13% 0.5% -
HSV(B) 218.18º 0.23% 0.56% -
XYZ 18.67 19.56 29.18 -
YUV 121.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 111 123 144 0.23 0.15 0 0.44 218.18 0.13 0.5
Hex 6F 7B 90 17 F 0 2C DA D 32
Octal 157 173 220 27 17 0 54 332 15 62
Binary 1101111 1111011 10010000 10111 1111 0 101100 11011010 1101 110010

Color Harmonies of #6F7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7B90

Black with #6F7B90

Text Example


Text Example

White with #6F7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,123,144); }

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

background-color css

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

 a { background-color: rgb(111,123,144); }

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

border-color css

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

 span { border-color: rgb(111,123,144); }

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