#698B9D

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

Shades of Bermuda Grey #698B9D

Tints of Bermuda Grey #698B9D

Color information

#698B9D (or 0x698B9D) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8B and 9D. RGB value is (105,139,157). Sum of RGB (Red+Green+Blue) = 105+139+157=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #698B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B9D is #967462. Grayscale: #828282. Windows color (decimal): -9860195 or 10324841. OLE color: 10324841.

HSL color Cylindrical-coordinate representation of color #698B9D: hue angle of 200.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698B9D is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105139157-
CMYK0.330.1100.38
HSL200.77º20.97%51.37%-
HSV(B)200.77º33.12%61.57%-
XYZ21.1423.935.4-
YUV130.89142.74109.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=26.18%
G=34.66%
B=39.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051391570.330.1100.38200.7720.9751.37
Hex698B9D21B026c91533
Octal15121323541130463112563
Binary11010011000101110011101100001101101001101100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,139,157); }

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

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

 a { background-color: rgb(105,139,157); }

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

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

 span { border-color: rgb(105,139,157); }

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