#6C899A

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

Shades of Bermuda Grey #6C899A

Tints of Bermuda Grey #6C899A

Color information

#6C899A (or 0x6C899A) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 89 and 9A. RGB value is (108,137,154). Sum of RGB (Red+Green+Blue) = 108+137+154=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C899A is #937665. Grayscale: #828282. Windows color (decimal): -9664102 or 10127724. OLE color: 10127724.

HSL color Cylindrical-coordinate representation of color #6C899A: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C899A is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB108137154-
CMYK0.300.1100.40
HSL202.17º18.55%51.37%-
HSV(B)202.17º29.87%60.39%-
XYZ20.9623.4133.99-
YUV130.27141.39112.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=27.07%
G=34.34%
B=38.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1081371540.300.1100.40202.1718.5551.37
Hex6C899A1EB028ca1333
Octal15421123236130503122363
Binary1101100100010011001101011110101101010001100101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,137,154); }

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

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

 a { background-color: rgb(108,137,154); }

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

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

 span { border-color: rgb(108,137,154); }

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