Html Css Color HEX #6F7C88 Slate Grey

📋 copy color: '#6F7C88'

red 111 ◦ green 124 ◦ blue 136

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

Shades of Slate Grey #6F7C88

Tints of Slate Grey #6F7C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 29.92%
G = 33.42%
B = 36.66%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F7C88 (or 0x6F7C88) is known color: Slate Grey. HEX triplet: 6F, 7C and 88. RGB value is (111,124,136). Sum of RGB (Red+Green+Blue) = 111+124+136=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F7C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7C88 is #908377. Grayscale: #797979. Windows color (decimal): -9470840 or 8944751. OLE color: 8944751.

HSL color Cylindrical-coordinate representation of color #6F7C88: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F7C88 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 124 136 -
CMYK 0.18 0.09 0 0.47
HSL 208.8º 0.1% 0.48% -
HSV(B) 208.8º 0.18% 0.53% -
XYZ 18.21 19.57 26.11 -
YUV 121.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 111 124 136 0.18 0.09 0 0.47 208.8 0.1 0.48
Hex 6F 7C 88 12 9 0 2F D1 A 30
Octal 157 174 210 22 11 0 57 321 12 60
Binary 1101111 1111100 10001000 10010 1001 0 101111 11010001 1010 110000

Color Harmonies of #6F7C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7C88

Black with #6F7C88

Text Example


Text Example

White with #6F7C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,136); }

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

background-color css

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

 a { background-color: rgb(111,124,136); }

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

border-color css

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

 span { border-color: rgb(111,124,136); }

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