#6A8BAB

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

Shades of Bermuda Grey #6A8BAB

Tints of Bermuda Grey #6A8BAB

Color information

#6A8BAB (or 0x6A8BAB) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 8B and AB. RGB value is (106,139,171). Sum of RGB (Red+Green+Blue) = 106+139+171=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A8BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8BAB is #957454. Grayscale: #848484. Windows color (decimal): -9794645 or 11242346. OLE color: 11242346.

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

Color convert

RGB106139171-
CMYK0.380.1900.33
HSL209.54º27.9%54.31%-
HSV(B)209.54º38.01%67.06%-
XYZ22.5324.4742.06-
YUV132.78149.57108.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=25.48%
G=33.41%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061391710.380.1900.33209.5427.954.31
Hex6A8BAB2613021d21c36
Octal15221325346230413223466
Binary110101010001011101010111001101001101000011101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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