#6994AA

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

Shades of Bermuda Grey #6994AA

Tints of Bermuda Grey #6994AA

Color information

#6994AA (or 0x6994AA) is unknown color: approx Bermuda Grey. HEX triplet: 69, 94 and AA. RGB value is (105,148,170). Sum of RGB (Red+Green+Blue) = 105+148+170=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #6994AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994AA is #966B55. Grayscale: #898989. Windows color (decimal): -9857878 or 11179113. OLE color: 11179113.

HSL color Cylindrical-coordinate representation of color #6994AA: hue angle of 200.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6994AA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105148170-
CMYK0.380.1300.33
HSL200.31º27.66%53.92%-
HSV(B)200.31º38.24%66.67%-
XYZ23.6727.0942.01-
YUV137.65146.25104.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=24.82%
G=34.99%
B=40.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051481700.380.1300.33200.3127.6653.92
Hex6994AA26D021c81c36
Octal15122425246150413103466
Binary11010011001010010101010100110110101000011100100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6994AA; }

 p { color: rgb(105,148,170); }

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

<style>
 a { background-color: #6994AA; }

 a { background-color: rgb(105,148,170); }

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

<style>
 span { border-color: #6994AA; }

 span { border-color: rgb(105,148,170); }

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