#698597

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

Shades of Bermuda Grey #698597

Tints of Bermuda Grey #698597

Color information

#698597 (or 0x698597) is unknown color: approx Bermuda Grey. HEX triplet: 69, 85 and 97. RGB value is (105,133,151). Sum of RGB (Red+Green+Blue) = 105+133+151=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #698597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698597 is #967A68. Grayscale: #7E7E7E. Windows color (decimal): -9861737 or 9930089. OLE color: 9930089.

HSL color Cylindrical-coordinate representation of color #698597: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698597 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105133151-
CMYK0.300.1200.41
HSL203.48º18.11%50.2%-
HSV(B)203.48º30.46%59.22%-
XYZ19.822.0132.48-
YUV126.68141.72112.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=26.99%
G=34.19%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051331510.300.1200.41203.4818.1150.2
Hex6985971EC029cb1232
Octal15120522736140513132262
Binary1101001100001011001011111110110001010011100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698597; }

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

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

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

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

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

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

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

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