#6E94AD

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

Shades of Bermuda Grey #6E94AD

Tints of Bermuda Grey #6E94AD

Color information

#6E94AD (or 0x6E94AD) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 94 and AD. RGB value is (110,148,173). Sum of RGB (Red+Green+Blue) = 110+148+173=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E94AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E94AD is #916B52. Grayscale: #8B8B8B. Windows color (decimal): -9530195 or 11375726. OLE color: 11375726.

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

Color convert

RGB110148173-
CMYK0.360.1400.32
HSL203.81º27.75%55.49%-
HSV(B)203.81º36.42%67.84%-
XYZ24.5627.5143.55-
YUV139.49146.91106.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=25.52%
G=34.34%
B=40.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101481730.360.1400.32203.8127.7555.49
Hex6E94AD24E020cc1c37
Octal15622425544160403143467
Binary11011101001010010101101100100111001000001100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,173); }

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

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

 a { background-color: rgb(110,148,173); }

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

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

 span { border-color: rgb(110,148,173); }

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