#698FAA

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

Shades of Bermuda Grey #698FAA

Tints of Bermuda Grey #698FAA

Color information

#698FAA (or 0x698FAA) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8F and AA. RGB value is (105,143,170). Sum of RGB (Red+Green+Blue) = 105+143+170=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #698FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FAA is #967055. Grayscale: #868686. Windows color (decimal): -9859158 or 11177833. OLE color: 11177833.

HSL color Cylindrical-coordinate representation of color #698FAA: hue angle of 204.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698FAA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105143170-
CMYK0.380.1600.33
HSL204.92º27.66%53.92%-
HSV(B)204.92º38.24%66.67%-
XYZ22.925.5541.75-
YUV134.72147.91106.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=25.12%
G=34.21%
B=40.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051431700.380.1600.33204.9227.6653.92
Hex698FAA2610021cd1c36
Octal15121725246200413153466
Binary110100110001111101010101001101000001000011100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,170); }

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

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

 a { background-color: rgb(105,143,170); }

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

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

 span { border-color: rgb(105,143,170); }

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