#69849C

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

Shades of Bermuda Grey #69849C

Tints of Bermuda Grey #69849C

Color information

#69849C (or 0x69849C) is unknown color: approx Bermuda Grey. HEX triplet: 69, 84 and 9C. RGB value is (105,132,156). Sum of RGB (Red+Green+Blue) = 105+132+156=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #69849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69849C is #967B63. Grayscale: #7E7E7E. Windows color (decimal): -9861988 or 10257513. OLE color: 10257513.

HSL color Cylindrical-coordinate representation of color #69849C: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69849C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105132156-
CMYK0.330.1500.39
HSL208.24º20.48%51.18%-
HSV(B)208.24º32.69%61.18%-
XYZ20.0821.9134.62-
YUV126.66144.55112.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=26.72%
G=33.59%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051321560.330.1500.39208.2420.4851.18
Hex69849C21F027d01433
Octal15120423441170473202463
Binary11010011000010010011100100001111101001111101000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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