#6992AA

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

Shades of Bermuda Grey #6992AA

Tints of Bermuda Grey #6992AA

Color information

#6992AA (or 0x6992AA) is unknown color: approx Bermuda Grey. HEX triplet: 69, 92 and AA. RGB value is (105,146,170). Sum of RGB (Red+Green+Blue) = 105+146+170=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #6992AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AA is #966D55. Grayscale: #888888. Windows color (decimal): -9858390 or 11178601. OLE color: 11178601.

HSL color Cylindrical-coordinate representation of color #6992AA: hue angle of 202.15º 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 #6992AA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105146170-
CMYK0.380.1400.33
HSL202.15º27.66%53.92%-
HSV(B)202.15º38.24%66.67%-
XYZ23.3626.4641.91-
YUV136.48146.92105.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=24.94%
G=34.68%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051461700.380.1400.33202.1527.6653.92
Hex6992AA26E021ca1c36
Octal15122225246160413123466
Binary11010011001001010101010100110111001000011100101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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