#69889F

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

Shades of Bermuda Grey #69889F

Tints of Bermuda Grey #69889F

Color information

#69889F (or 0x69889F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 88 and 9F. RGB value is (105,136,159). Sum of RGB (Red+Green+Blue) = 105+136+159=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #69889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69889F is #967760. Grayscale: #818181. Windows color (decimal): -9860961 or 10455145. OLE color: 10455145.

HSL color Cylindrical-coordinate representation of color #69889F: hue angle of 205.56º 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 #69889F is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105136159-
CMYK0.340.1400.38
HSL205.56º21.95%51.76%-
HSV(B)205.56º33.96%62.35%-
XYZ20.8923.1136.16-
YUV129.35144.73110.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=26.25%
G=34%
B=39.75%

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
Decimal1051361590.340.1400.38205.5621.9551.76
Hex69889F22E026ce1634
Octal15121023742160463162664
Binary11010011000100010011111100010111001001101100111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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