#698D9D

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

Shades of Bermuda Grey #698D9D

Tints of Bermuda Grey #698D9D

Color information

#698D9D (or 0x698D9D) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8D and 9D. RGB value is (105,141,157). Sum of RGB (Red+Green+Blue) = 105+141+157=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #698D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D9D is #967262. Grayscale: #838383. Windows color (decimal): -9859683 or 10325353. OLE color: 10325353.

HSL color Cylindrical-coordinate representation of color #698D9D: hue angle of 198.46º 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 #698D9D is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105141157-
CMYK0.330.1000.38
HSL198.46º20.97%51.37%-
HSV(B)198.46º33.12%61.57%-
XYZ21.4424.4935.5-
YUV132.06142.07108.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=26.05%
G=34.99%
B=38.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051411570.330.1000.38198.4620.9751.37
Hex698D9D21A026c61533
Octal15121523541120463062563
Binary11010011000110110011101100001101001001101100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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