#6D8BAB

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

Shades of Bermuda Grey #6D8BAB

Tints of Bermuda Grey #6D8BAB

Color information

#6D8BAB (or 0x6D8BAB) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 8B and AB. RGB value is (109,139,171). Sum of RGB (Red+Green+Blue) = 109+139+171=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D8BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8BAB is #927454. Grayscale: #858585. Windows color (decimal): -9598037 or 11242349. OLE color: 11242349.

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

Color convert

RGB109139171-
CMYK0.360.1900.33
HSL210.97º26.96%54.9%-
HSV(B)210.97º36.26%67.06%-
XYZ22.8924.6642.08-
YUV133.68149.06110.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=26.01%
G=33.17%
B=40.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091391710.360.1900.33210.9726.9654.9
Hex6D8BAB2413021d31b37
Octal15521325344230413233367
Binary110110110001011101010111001001001101000011101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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