#6D90AB

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

Shades of Bermuda Grey #6D90AB

Tints of Bermuda Grey #6D90AB

Color information

#6D90AB (or 0x6D90AB) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 90 and AB. RGB value is (109,144,171). Sum of RGB (Red+Green+Blue) = 109+144+171=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 144 (56.64% from 255 or 33.96% 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 #6D90AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D90AB is #926F54. Grayscale: #888888. Windows color (decimal): -9596757 or 11243629. OLE color: 11243629.

HSL color Cylindrical-coordinate representation of color #6D90AB: hue angle of 206.13º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D90AB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109144171-
CMYK0.360.1600.33
HSL206.13º26.96%54.9%-
HSV(B)206.13º36.26%67.06%-
XYZ23.6326.1442.33-
YUV136.61147.4108.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=25.71%
G=33.96%
B=40.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091441710.360.1600.33206.1326.9654.9
Hex6D90AB2410021ce1b37
Octal15522025344200413163367
Binary110110110010000101010111001001000001000011100111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,144,171); }

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

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

 a { background-color: rgb(109,144,171); }

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

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

 span { border-color: rgb(109,144,171); }

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