#69879F

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

Shades of Bermuda Grey #69879F

Tints of Bermuda Grey #69879F

Color information

#69879F (or 0x69879F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 87 and 9F. RGB value is (105,135,159). Sum of RGB (Red+Green+Blue) = 105+135+159=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #69879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69879F is #967860. Grayscale: #808080. Windows color (decimal): -9861217 or 10454889. OLE color: 10454889.

HSL color Cylindrical-coordinate representation of color #69879F: hue angle of 206.67º 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 #69879F is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105135159-
CMYK0.340.1500.38
HSL206.67º21.95%51.76%-
HSV(B)206.67º33.96%62.35%-
XYZ20.7522.8336.11-
YUV128.77145.06111.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=26.32%
G=33.83%
B=39.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051351590.340.1500.38206.6721.9551.76
Hex69879F22F026cf1634
Octal15120723742170463172664
Binary11010011000011110011111100010111101001101100111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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