#69839D

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

Shades of Bermuda Grey #69839D

Tints of Bermuda Grey #69839D

Color information

#69839D (or 0x69839D) is unknown color: approx Bermuda Grey. HEX triplet: 69, 83 and 9D. RGB value is (105,131,157). Sum of RGB (Red+Green+Blue) = 105+131+157=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #69839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69839D is #967C62. Grayscale: #7E7E7E. Windows color (decimal): -9862243 or 10322793. OLE color: 10322793.

HSL color Cylindrical-coordinate representation of color #69839D: hue angle of 210º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69839D is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105131157-
CMYK0.330.1700.38
HSL210º20.97%51.37%-
HSV(B)210º33.12%61.57%-
XYZ20.0321.6735.03-
YUV126.19145.39112.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=26.72%
G=33.33%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051311570.330.1700.3821020.9751.37
Hex69839D2111026d21533
Octal15120323541210463222563
Binary110100110000011100111011000011000101001101101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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