#698698

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

Shades of Bermuda Grey #698698

Tints of Bermuda Grey #698698

Color information

#698698 (or 0x698698) is unknown color: approx Bermuda Grey. HEX triplet: 69, 86 and 98. RGB value is (105,134,152). Sum of RGB (Red+Green+Blue) = 105+134+152=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #698698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698698 is #967967. Grayscale: #7F7F7F. Windows color (decimal): -9861480 or 9995881. OLE color: 9995881.

HSL color Cylindrical-coordinate representation of color #698698: hue angle of 202.98º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698698 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105134152-
CMYK0.310.1200.40
HSL202.98º18.58%50.39%-
HSV(B)202.98º30.92%59.61%-
XYZ20.0222.3232.96-
YUV127.38141.89112.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=26.85%
G=34.27%
B=38.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051341520.310.1200.40202.9818.5850.39
Hex6986981FC028cb1332
Octal15120623037140503132362
Binary1101001100001101001100011111110001010001100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698698; }

 p { color: rgb(105,134,152); }

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

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

 a { background-color: rgb(105,134,152); }

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

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

 span { border-color: rgb(105,134,152); }

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