#698AA4

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

Shades of Bermuda Grey #698AA4

Tints of Bermuda Grey #698AA4

Color information

#698AA4 (or 0x698AA4) is unknown color: approx Bermuda Grey. HEX triplet: 69, 8A and A4. RGB value is (105,138,164). Sum of RGB (Red+Green+Blue) = 105+138+164=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #698AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AA4 is #96755B. Grayscale: #828282. Windows color (decimal): -9860444 or 10783337. OLE color: 10783337.

HSL color Cylindrical-coordinate representation of color #698AA4: hue angle of 206.44º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698AA4 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105138164-
CMYK0.360.1600.36
HSL206.44º24.48%52.75%-
HSV(B)206.44º35.98%64.31%-
XYZ21.6223.8638.59-
YUV131.1146.57109.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=25.80%
G=33.91%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051381640.360.1600.36206.4424.4852.75
Hex698AA42410024ce1835
Octal15121224444200443163065
Binary110100110001010101001001001001000001001001100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,138,164); }

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

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

 a { background-color: rgb(105,138,164); }

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

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

 span { border-color: rgb(105,138,164); }

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