#6D899C

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

Shades of Bermuda Grey #6D899C

Tints of Bermuda Grey #6D899C

Color information

#6D899C (or 0x6D899C) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 89 and 9C. RGB value is (109,137,156). Sum of RGB (Red+Green+Blue) = 109+137+156=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D899C is #927663. Grayscale: #828282. Windows color (decimal): -9598564 or 10258797. OLE color: 10258797.

HSL color Cylindrical-coordinate representation of color #6D899C: hue angle of 204.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D899C is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109137156-
CMYK0.300.1200.39
HSL204.26º19.18%51.96%-
HSV(B)204.26º30.13%61.18%-
XYZ21.2523.5434.88-
YUV130.79142.22112.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.11%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=27.11%
G=34.08%
B=38.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091371560.300.1200.39204.2619.1851.96
Hex6D899C1EC027cc1334
Octal15521123436140473142364
Binary1101101100010011001110011110110001001111100110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,156); }

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

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

 a { background-color: rgb(109,137,156); }

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

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

 span { border-color: rgb(109,137,156); }

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