#698FA1

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

Shades of Bermuda Grey #698FA1

Tints of Bermuda Grey #698FA1

Color information

#698FA1 (or 0x698FA1) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8F and A1. RGB value is (105,143,161). Sum of RGB (Red+Green+Blue) = 105+143+161=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 161 - color contains mainly: blue. Hex color #698FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FA1 is #96705E. Grayscale: #858585. Windows color (decimal): -9859167 or 10588009. OLE color: 10588009.

HSL color Cylindrical-coordinate representation of color #698FA1: hue angle of 199.29º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698FA1 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105143161-
CMYK0.350.1100.37
HSL199.29º22.95%52.16%-
HSV(B)199.29º34.78%63.14%-
XYZ22.0825.2237.42-
YUV133.69143.41107.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=25.67%
G=34.96%
B=39.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051431610.350.1100.37199.2922.9552.16
Hex698FA123B025c71734
Octal15121724143130453072764
Binary11010011000111110100001100011101101001011100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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