#698EA5

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

Shades of Bermuda Grey #698EA5

Tints of Bermuda Grey #698EA5

Color information

#698EA5 (or 0x698EA5) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8E and A5. RGB value is (105,142,165). Sum of RGB (Red+Green+Blue) = 105+142+165=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #698EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EA5 is #96715A. Grayscale: #858585. Windows color (decimal): -9859419 or 10849897. OLE color: 10849897.

HSL color Cylindrical-coordinate representation of color #698EA5: hue angle of 203º 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 #698EA5 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB105142165-
CMYK0.360.1400.35
HSL203º25%52.94%-
HSV(B)203º36.36%64.71%-
XYZ22.2925.0739.26-
YUV133.56145.74107.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=25.49%
G=34.47%
B=40.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051421650.360.1400.352032552.94
Hex698EA524E023cb1935
Octal15121624544160433133165
Binary11010011000111010100101100100111001000111100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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