#69839E

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

Shades of Bermuda Grey #69839E

Tints of Bermuda Grey #69839E

Color information

#69839E (or 0x69839E) is unknown color: approx Bermuda Grey. HEX triplet: 69, 83 and 9E. RGB value is (105,131,158). Sum of RGB (Red+Green+Blue) = 105+131+158=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #69839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69839E is #967C61. Grayscale: #7E7E7E. Windows color (decimal): -9862242 or 10388329. OLE color: 10388329.

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

Color convert

RGB105131158-
CMYK0.340.1700.38
HSL210.57º21.46%51.57%-
HSV(B)210.57º33.54%61.96%-
XYZ20.1121.735.48-
YUV126.3145.89112.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=26.65%
G=33.25%
B=40.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051311580.340.1700.38210.5721.4651.57
Hex69839E2211026d31534
Octal15120323642210463232564
Binary110100110000011100111101000101000101001101101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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