#6994AB

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

Shades of Bermuda Grey #6994AB

Tints of Bermuda Grey #6994AB

Color information

#6994AB (or 0x6994AB) is unknown color: approx Bermuda Grey. HEX triplet: 69, 94 and AB. RGB value is (105,148,171). Sum of RGB (Red+Green+Blue) = 105+148+171=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6994AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994AB is #966B54. Grayscale: #898989. Windows color (decimal): -9857877 or 11244649. OLE color: 11244649.

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

Color convert

RGB105148171-
CMYK0.390.1300.33
HSL200.91º28.21%54.12%-
HSV(B)200.91º38.6%67.06%-
XYZ23.7727.1242.51-
YUV137.76146.75104.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=24.76%
G=34.91%
B=40.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051481710.390.1300.33200.9128.2154.12
Hex6994AB27D021c91c36
Octal15122425347150413113466
Binary11010011001010010101011100111110101000011100100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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