#6889A2

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

Shades of Bermuda Grey #6889A2

Tints of Bermuda Grey #6889A2

Color information

#6889A2 (or 0x6889A2) is unknown color: approx Bermuda Grey. HEX triplet: 68, 89 and A2. RGB value is (104,137,162). Sum of RGB (Red+Green+Blue) = 104+137+162=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #6889A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6889A2 is #97765D. Grayscale: #818181. Windows color (decimal): -9926238 or 10652008. OLE color: 10652008.

HSL color Cylindrical-coordinate representation of color #6889A2: hue angle of 205.86º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6889A2 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104137162-
CMYK0.360.1500.36
HSL205.86º23.77%52.16%-
HSV(B)205.86º35.8%63.53%-
XYZ21.1823.4437.59-
YUV129.98146.07109.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=25.81%
G=34.00%
B=40.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041371620.360.1500.36205.8623.7752.16
Hex6889A224F024ce1834
Octal15021124244170443163064
Binary11010001000100110100010100100111101001001100111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6889A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6889A2; }

 p { color: rgb(104,137,162); }

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

<style>
 a { background-color: #6889A2; }

 a { background-color: rgb(104,137,162); }

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

<style>
 span { border-color: #6889A2; }

 span { border-color: rgb(104,137,162); }

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