#69899F

Color #69899F Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #69899F

Tints of Bermuda Grey #69899F

Color information

#69899F (or 0x69899F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 89 and 9F. RGB value is (105,137,159). Sum of RGB (Red+Green+Blue) = 105+137+159=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #69899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69899F is #967660. Grayscale: #818181. Windows color (decimal): -9860705 or 10455401. OLE color: 10455401.

HSL color Cylindrical-coordinate representation of color #69899F: hue angle of 204.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69899F is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105137159-
CMYK0.340.1400.38
HSL204.44º21.95%51.76%-
HSV(B)204.44º33.96%62.35%-
XYZ21.0323.436.21-
YUV129.94144.4110.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=26.18%
G=34.16%
B=39.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051371590.340.1400.38204.4421.9551.76
Hex69899F22E026cc1634
Octal15121123742160463142664
Binary11010011000100110011111100010111001001101100110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69899F; }

 p { color: rgb(105,137,159); }

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

<style>
 a { background-color: #69899F; }

 a { background-color: rgb(105,137,159); }

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

<style>
 span { border-color: #69899F; }

 span { border-color: rgb(105,137,159); }

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