#6F8185

Color #6F8185 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #6F8185

Tints of Regent Grey #6F8185

Color information

#6F8185 (or 0x6F8185) is unknown color: approx Regent Grey. HEX triplet: 6F, 81 and 85. RGB value is (111,129,133). Sum of RGB (Red+Green+Blue) = 111+129+133=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8185 is #907E7A. Grayscale: #7C7C7C. Windows color (decimal): -9469563 or 8749423. OLE color: 8749423.

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

Color convert

RGB111129133-
CMYK0.170.0300.48
HSL190.91º9.02%47.84%-
HSV(B)190.91º16.54%52.16%-
XYZ18.6420.7725.22-
YUV124.07133.04118.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=29.76%
G=34.58%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111291330.170.0300.48190.919.0247.84
Hex6F8185113030bf930
Octal1572012052130602771160
Binary1101111100000011000010110001110110000101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,133); }

 H1.HeaderClassName
 {
   color: #6F8185;
 }
 .AnyTagClassName
 {
   color: #6F8185;
 }
</style>
background-color css

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

 a { background-color: rgb(111,129,133); }

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

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

 span { border-color: rgb(111,129,133); }

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