#6D859A

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

Shades of Bermuda Grey #6D859A

Tints of Bermuda Grey #6D859A

Color information

#6D859A (or 0x6D859A) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 85 and 9A. RGB value is (109,133,154). Sum of RGB (Red+Green+Blue) = 109+133+154=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D859A is #927A65. Grayscale: #808080. Windows color (decimal): -9599590 or 10126701. OLE color: 10126701.

HSL color Cylindrical-coordinate representation of color #6D859A: hue angle of 208º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D859A is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB109133154-
CMYK0.290.1400.40
HSL208º18.22%51.57%-
HSV(B)208º29.22%60.39%-
XYZ20.5322.3633.81-
YUV128.22142.55114.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=27.53%
G=33.59%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091331540.290.1400.4020818.2251.57
Hex6D859A1DE028d01234
Octal15520523235160503202264
Binary1101101100001011001101011101111001010001101000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D859A; }

 p { color: rgb(109,133,154); }

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

<style>
 a { background-color: #6D859A; }

 a { background-color: rgb(109,133,154); }

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

<style>
 span { border-color: #6D859A; }

 span { border-color: rgb(109,133,154); }

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