#69899E

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

Shades of Bermuda Grey #69899E

Tints of Bermuda Grey #69899E

Color information

#69899E (or 0x69899E) is unknown color: approx Bermuda Grey. HEX triplet: 69, 89 and 9E. RGB value is (105,137,158). Sum of RGB (Red+Green+Blue) = 105+137+158=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #69899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69899E is #967661. Grayscale: #818181. Windows color (decimal): -9860706 or 10389865. OLE color: 10389865.

HSL color Cylindrical-coordinate representation of color #69899E: hue angle of 203.77º degrees, saturation: 0.21, 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 #69899E is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105137158-
CMYK0.340.1300.38
HSL203.77º21.46%51.57%-
HSV(B)203.77º33.54%61.96%-
XYZ20.9423.3635.75-
YUV129.83143.9110.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=26.25%
G=34.25%
B=39.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051371580.340.1300.38203.7721.4651.57
Hex69899E22D026cc1534
Octal15121123642150463142564
Binary11010011000100110011110100010110101001101100110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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