#69869F

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

Shades of Bermuda Grey #69869F

Tints of Bermuda Grey #69869F

Color information

#69869F (or 0x69869F) is unknown color: approx Bermuda Grey. HEX triplet: 69, 86 and 9F. RGB value is (105,134,159). Sum of RGB (Red+Green+Blue) = 105+134+159=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #69869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69869F is #967960. Grayscale: #808080. Windows color (decimal): -9861473 or 10454633. OLE color: 10454633.

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

Color convert

RGB105134159-
CMYK0.340.1600.38
HSL207.78º21.95%51.76%-
HSV(B)207.78º33.96%62.35%-
XYZ20.6122.5636.07-
YUV128.18145.39111.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=26.38%
G=33.67%
B=39.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051341590.340.1600.38207.7821.9551.76
Hex69869F2210026d01634
Octal15120623742200463202664
Binary110100110000110100111111000101000001001101101000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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