#6A929F

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

Shades of Bermuda Grey #6A929F

Tints of Bermuda Grey #6A929F

Color information

#6A929F (or 0x6A929F) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 92 and 9F. RGB value is (106,146,159). Sum of RGB (Red+Green+Blue) = 106+146+159=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A929F is #956D60. Grayscale: #878787. Windows color (decimal): -9792865 or 10457706. OLE color: 10457706.

HSL color Cylindrical-coordinate representation of color #6A929F: hue angle of 194.72º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A929F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106146159-
CMYK0.330.0800.38
HSL194.72º21.63%51.96%-
HSV(B)194.72º33.33%62.35%-
XYZ22.4826.1336.66-
YUV135.52141.25106.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=25.79%
G=35.52%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061461590.330.0800.38194.7221.6351.96
Hex6A929F218026c31634
Octal15222223741100463032664
Binary11010101001001010011111100001100001001101100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,146,159); }

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

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

 a { background-color: rgb(106,146,159); }

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

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

 span { border-color: rgb(106,146,159); }

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