#698699

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

Shades of Bermuda Grey #698699

Tints of Bermuda Grey #698699

Color information

#698699 (or 0x698699) is unknown color: approx Bermuda Grey. HEX triplet: 69, 86 and 99. RGB value is (105,134,153). Sum of RGB (Red+Green+Blue) = 105+134+153=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #698699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698699 is #967966. Grayscale: #7F7F7F. Windows color (decimal): -9861479 or 10061417. OLE color: 10061417.

HSL color Cylindrical-coordinate representation of color #698699: hue angle of 203.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698699 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105134153-
CMYK0.310.1200.4
HSL203.75º19.05%50.59%-
HSV(B)203.75º31.37%60%-
XYZ20.122.3533.39-
YUV127.5142.39111.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=26.79%
G=34.18%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051341530.310.1200.4203.7519.0550.59
Hex6986991FC028cc1333
Octal15120623137140503142363
Binary1101001100001101001100111111110001010001100110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698699; }

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

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

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

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

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

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

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

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