#6C93AE

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

Shades of Bermuda Grey #6C93AE

Tints of Bermuda Grey #6C93AE

Color information

#6C93AE (or 0x6C93AE) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 93 and AE. RGB value is (108,147,174). Sum of RGB (Red+Green+Blue) = 108+147+174=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C93AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C93AE is #936C51. Grayscale: #8A8A8A. Windows color (decimal): -9661522 or 11441004. OLE color: 11441004.

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

Color convert

RGB108147174-
CMYK0.380.1600.32
HSL204.55º28.95%55.29%-
HSV(B)204.55º37.93%68.24%-
XYZ24.2627.1144-
YUV138.42148.08106.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=25.17%
G=34.27%
B=40.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081471740.380.1600.32204.5528.9555.29
Hex6C93AE2610020cd1d37
Octal15422325646200403153567
Binary110110010010011101011101001101000001000001100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,174); }

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

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

 a { background-color: rgb(108,147,174); }

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

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

 span { border-color: rgb(108,147,174); }

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