Html Css Color HEX #6F8086 Regent Grey

📋 copy color: '#6F8086'

red 111 ◦ green 128 ◦ blue 134

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

Shades of Regent Grey #6F8086

Tints of Regent Grey #6F8086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 29.76%
G = 34.32%
B = 35.92%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F8086 (or 0x6F8086) is known color: Regent Grey. HEX triplet: 6F, 80 and 86. RGB value is (111,128,134). Sum of RGB (Red+Green+Blue) = 111+128+134=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F8086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8086 is #907F79. Grayscale: #7B7B7B. Windows color (decimal): -9469818 or 8814703. OLE color: 8814703.

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

Color convert

RGB 111 128 134 -
CMYK 0.17 0.04 0 0.47
HSL 195.65º 0.09% 0.48% -
HSV(B) 195.65º 0.17% 0.53% -
XYZ 18.58 20.54 25.54 -
YUV 123.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 111 128 134 0.17 0.04 0 0.47 195.65 0.09 0.48
Hex 6F 80 86 11 4 0 2F C4 9 30
Octal 157 200 206 21 4 0 57 304 11 60
Binary 1101111 10000000 10000110 10001 100 0 101111 11000100 1001 110000

Color Harmonies of #6F8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8086

Black with #6F8086

Text Example


Text Example

White with #6F8086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,134); }

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

background-color css

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

 a { background-color: rgb(111,128,134); }

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

border-color css

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

 span { border-color: rgb(111,128,134); }

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