#698599

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

Shades of Bermuda Grey #698599

Tints of Bermuda Grey #698599

Color information

#698599 (or 0x698599) is unknown color: approx Bermuda Grey. HEX triplet: 69, 85 and 99. RGB value is (105,133,153). Sum of RGB (Red+Green+Blue) = 105+133+153=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #698599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698599 is #967A66. Grayscale: #7E7E7E. Windows color (decimal): -9861735 or 10061161. OLE color: 10061161.

HSL color Cylindrical-coordinate representation of color #698599: hue angle of 205º 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 #698599 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105133153-
CMYK0.310.1300.4
HSL205º19.05%50.59%-
HSV(B)205º31.37%60%-
XYZ19.9622.0833.35-
YUV126.91142.72112.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=26.85%
G=34.02%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051331530.310.1300.420519.0550.59
Hex6985991FD028cd1333
Octal15120523137150503152363
Binary1101001100001011001100111111110101010001100110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698599; }

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

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

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

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

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

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

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

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