#698AA0

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

Shades of Bermuda Grey #698AA0

Tints of Bermuda Grey #698AA0

Color information

#698AA0 (or 0x698AA0) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8A and A0. RGB value is (105,138,160). Sum of RGB (Red+Green+Blue) = 105+138+160=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #698AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AA0 is #96755F. Grayscale: #828282. Windows color (decimal): -9860448 or 10521193. OLE color: 10521193.

HSL color Cylindrical-coordinate representation of color #698AA0: hue angle of 204º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #698AA0 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105138160-
CMYK0.340.1400.37
HSL204º22.45%51.96%-
HSV(B)204º34.38%62.75%-
XYZ21.2623.7236.72-
YUV130.64144.57109.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=26.05%
G=34.24%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051381600.340.1400.3720422.4551.96
Hex698AA022E025cc1634
Octal15121224042160453142664
Binary11010011000101010100000100010111001001011100110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698AA0; }

 p { color: rgb(105,138,160); }

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

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

 a { background-color: rgb(105,138,160); }

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

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

 span { border-color: rgb(105,138,160); }

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