#69849E

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

Shades of Bermuda Grey #69849E

Tints of Bermuda Grey #69849E

Color information

#69849E (or 0x69849E) is unknown color: approx Bermuda Grey. HEX triplet: 69, 84 and 9E. RGB value is (105,132,158). Sum of RGB (Red+Green+Blue) = 105+132+158=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #69849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69849E is #967B61. Grayscale: #7E7E7E. Windows color (decimal): -9861986 or 10388585. OLE color: 10388585.

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

Color convert

RGB105132158-
CMYK0.340.1600.38
HSL209.43º21.46%51.57%-
HSV(B)209.43º33.54%61.96%-
XYZ20.2521.9735.52-
YUV126.89145.55112.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 158 (62.11% from 255) = 40%
R=26.58%
G=33.42%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051321580.340.1600.38209.4321.4651.57
Hex69849E2210026d11534
Octal15120423642200463212564
Binary110100110000100100111101000101000001001101101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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