#6A8DAA

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

Shades of Bermuda Grey #6A8DAA

Tints of Bermuda Grey #6A8DAA

Color information

#6A8DAA (or 0x6A8DAA) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 8D and AA. RGB value is (106,141,170). Sum of RGB (Red+Green+Blue) = 106+141+170=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A8DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8DAA is #957255. Grayscale: #858585. Windows color (decimal): -9794134 or 11177322. OLE color: 11177322.

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

Color convert

RGB106141170-
CMYK0.380.1700.33
HSL207.19º27.35%54.12%-
HSV(B)207.19º37.65%66.67%-
XYZ22.7225.0241.66-
YUV133.84148.4108.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=25.42%
G=33.81%
B=40.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061411700.380.1700.33207.1927.3554.12
Hex6A8DAA2611021cf1b36
Octal15221525246210413173366
Binary110101010001101101010101001101000101000011100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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