#698AA3

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

Shades of Bermuda Grey #698AA3

Tints of Bermuda Grey #698AA3

Color information

#698AA3 (or 0x698AA3) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8A and A3. RGB value is (105,138,163). Sum of RGB (Red+Green+Blue) = 105+138+163=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #698AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AA3 is #96755C. Grayscale: #828282. Windows color (decimal): -9860445 or 10717801. OLE color: 10717801.

HSL color Cylindrical-coordinate representation of color #698AA3: hue angle of 205.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698AA3 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105138163-
CMYK0.360.1500.36
HSL205.86º23.97%52.55%-
HSV(B)205.86º35.58%63.92%-
XYZ21.5323.8238.11-
YUV130.98146.07109.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=25.86%
G=33.99%
B=40.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051381630.360.1500.36205.8623.9752.55
Hex698AA324F024ce1835
Octal15121224344170443163065
Binary11010011000101010100011100100111101001001100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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