#6A91AA

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

Shades of Bermuda Grey #6A91AA

Tints of Bermuda Grey #6A91AA

Color information

#6A91AA (or 0x6A91AA) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 91 and AA. RGB value is (106,145,170). Sum of RGB (Red+Green+Blue) = 106+145+170=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 145 (57.03% from 255 or 34.44% 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 #6A91AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A91AA is #956E55. Grayscale: #888888. Windows color (decimal): -9793110 or 11178346. OLE color: 11178346.

HSL color Cylindrical-coordinate representation of color #6A91AA: hue angle of 203.44º degrees, saturation: 0.27, 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 #6A91AA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106145170-
CMYK0.380.1500.33
HSL203.44º27.35%54.12%-
HSV(B)203.44º37.65%66.67%-
XYZ23.3226.2241.86-
YUV136.19147.08106.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=25.18%
G=34.44%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061451700.380.1500.33203.4427.3554.12
Hex6A91AA26F021cb1b36
Octal15222125246170413133366
Binary11010101001000110101010100110111101000011100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,170); }

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

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

 a { background-color: rgb(106,145,170); }

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

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

 span { border-color: rgb(106,145,170); }

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