#6D94AE

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

Shades of Bermuda Grey #6D94AE

Tints of Bermuda Grey #6D94AE

Color information

#6D94AE (or 0x6D94AE) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 94 and AE. RGB value is (109,148,174). Sum of RGB (Red+Green+Blue) = 109+148+174=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D94AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D94AE is #926B51. Grayscale: #8B8B8B. Windows color (decimal): -9595730 or 11441261. OLE color: 11441261.

HSL color Cylindrical-coordinate representation of color #6D94AE: hue angle of 204º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D94AE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109148174-
CMYK0.370.1500.32
HSL204º28.63%55.49%-
HSV(B)204º37.36%68.24%-
XYZ24.5427.4944.06-
YUV139.3147.58106.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=25.29%
G=34.34%
B=40.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091481740.370.1500.3220428.6355.49
Hex6D94AE25F020cc1d37
Octal15522425645170403143567
Binary11011011001010010101110100101111101000001100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,174); }

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

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

 a { background-color: rgb(109,148,174); }

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

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

 span { border-color: rgb(109,148,174); }

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