#688799

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

Shades of Bermuda Grey #688799

Tints of Bermuda Grey #688799

Color information

#688799 (or 0x688799) is unknown color: approx Bermuda Grey. HEX triplet: 68, 87 and 99. RGB value is (104,135,153). Sum of RGB (Red+Green+Blue) = 104+135+153=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #688799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688799 is #977866. Grayscale: #7F7F7F. Windows color (decimal): -9926759 or 10061672. OLE color: 10061672.

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

Color convert

RGB104135153-
CMYK0.320.1200.4
HSL202.04º19.37%50.39%-
HSV(B)202.04º32.03%60%-
XYZ20.1222.5733.43-
YUV127.78142.23111.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=26.53%
G=34.44%
B=39.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041351530.320.1200.4202.0419.3750.39
Hex68879920C028ca1332
Octal15020723140140503122362
Binary11010001000011110011001100000110001010001100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688799; }

 p { color: rgb(104,135,153); }

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

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

 a { background-color: rgb(104,135,153); }

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

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

 span { border-color: rgb(104,135,153); }

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