#69849F

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

Shades of Bermuda Grey #69849F

Tints of Bermuda Grey #69849F

Color information

#69849F (or 0x69849F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 84 and 9F. RGB value is (105,132,159). Sum of RGB (Red+Green+Blue) = 105+132+159=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #69849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69849F is #967B60. Grayscale: #7E7E7E. Windows color (decimal): -9861985 or 10454121. OLE color: 10454121.

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

Color convert

RGB105132159-
CMYK0.340.1700.38
HSL210º21.95%51.76%-
HSV(B)210º33.96%62.35%-
XYZ20.3322.0135.98-
YUV127146.05112.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=26.52%
G=33.33%
B=40.15%

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
Decimal1051321590.340.1700.3821021.9551.76
Hex69849F2211026d21634
Octal15120423742210463222664
Binary110100110000100100111111000101000101001101101001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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