#6E94A4

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

Shades of Bermuda Grey #6E94A4

Tints of Bermuda Grey #6E94A4

Color information

#6E94A4 (or 0x6E94A4) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 94 and A4. RGB value is (110,148,164). Sum of RGB (Red+Green+Blue) = 110+148+164=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E94A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E94A4 is #916B5B. Grayscale: #8A8A8A. Windows color (decimal): -9530204 or 10785902. OLE color: 10785902.

HSL color Cylindrical-coordinate representation of color #6E94A4: hue angle of 197.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E94A4 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB110148164-
CMYK0.330.1000.36
HSL197.78º22.88%53.73%-
HSV(B)197.78º32.93%64.31%-
XYZ23.7227.1839.12-
YUV138.46142.41107.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.07%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=26.07%
G=35.07%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101481640.330.1000.36197.7822.8853.73
Hex6E94A421A024c61736
Octal15622424441120443062766
Binary11011101001010010100100100001101001001001100011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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