#698DA5

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

Shades of Bermuda Grey #698DA5

Tints of Bermuda Grey #698DA5

Color information

#698DA5 (or 0x698DA5) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8D and A5. RGB value is (105,141,165). Sum of RGB (Red+Green+Blue) = 105+141+165=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #698DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DA5 is #96725A. Grayscale: #848484. Windows color (decimal): -9859675 or 10849641. OLE color: 10849641.

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

Color convert

RGB105141165-
CMYK0.360.1500.35
HSL204º25%52.94%-
HSV(B)204º36.36%64.71%-
XYZ22.1424.7739.21-
YUV132.97146.07108.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=25.55%
G=34.31%
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.35
SystemRedGreenBlueCMYKHSL
Decimal1051411650.360.1500.352042552.94
Hex698DA524F023cc1935
Octal15121524544170433143165
Binary11010011000110110100101100100111101000111100110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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