#69929F

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

Shades of Bermuda Grey #69929F

Tints of Bermuda Grey #69929F

Color information

#69929F (or 0x69929F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 92 and 9F. RGB value is (105,146,159). Sum of RGB (Red+Green+Blue) = 105+146+159=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #69929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69929F is #966D60. Grayscale: #878787. Windows color (decimal): -9858401 or 10457705. OLE color: 10457705.

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

Color convert

RGB105146159-
CMYK0.340.0800.38
HSL194.44º21.95%51.76%-
HSV(B)194.44º33.96%62.35%-
XYZ22.3626.0636.65-
YUV135.22141.42106.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=25.61%
G=35.61%
B=38.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051461590.340.0800.38194.4421.9551.76
Hex69929F228026c21634
Octal15122223742100463022664
Binary11010011001001010011111100010100001001101100001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69929F; }

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

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

<style>
 a { background-color: #69929F; }

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

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

<style>
 span { border-color: #69929F; }

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

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