Html Css Color HEX #6F7A99 Slate Grey

📋 copy color: '#6F7A99'

red 111 ◦ green 122 ◦ blue 153

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

Shades of Slate Grey #6F7A99

Tints of Slate Grey #6F7A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 28.76%
G = 31.61%
B = 39.64%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F7A99 (or 0x6F7A99) is known color: Slate Grey. HEX triplet: 6F, 7A and 99. RGB value is (111,122,153). Sum of RGB (Red+Green+Blue) = 111+122+153=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F7A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A99 is #908566. Grayscale: #7A7A7A. Windows color (decimal): -9471335 or 10058351. OLE color: 10058351.

HSL color Cylindrical-coordinate representation of color #6F7A99: hue angle of 224.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7A99 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 122 153 -
CMYK 0.27 0.20 0 0.4
HSL 224.29º 0.17% 0.52% -
HSV(B) 224.29º 0.27% 0.6% -
XYZ 19.26 19.6 32.9 -
YUV 122.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 111 122 153 0.27 0.20 0 0.4 224.29 0.17 0.52
Hex 6F 7A 99 1B 14 0 28 E0 11 34
Octal 157 172 231 33 24 0 50 340 21 64
Binary 1101111 1111010 10011001 11011 10100 0 101000 11100000 10001 110100

Color Harmonies of #6F7A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A99

Black with #6F7A99

Text Example


Text Example

White with #6F7A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,153); }

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

background-color css

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

 a { background-color: rgb(111,122,153); }

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

border-color css

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

 span { border-color: rgb(111,122,153); }

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