#68879E

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

Shades of Bermuda Grey #68879E

Tints of Bermuda Grey #68879E

Color information

#68879E (or 0x68879E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 87 and 9E. RGB value is (104,135,158). Sum of RGB (Red+Green+Blue) = 104+135+158=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #68879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879E is #977861. Grayscale: #808080. Windows color (decimal): -9926754 or 10389352. OLE color: 10389352.

HSL color Cylindrical-coordinate representation of color #68879E: hue angle of 205.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68879E is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104135158-
CMYK0.340.1500.38
HSL205.56º21.77%51.37%-
HSV(B)205.56º34.18%61.96%-
XYZ20.5422.7435.65-
YUV128.35144.73110.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=26.20%
G=34.01%
B=39.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041351580.340.1500.38205.5621.7751.37
Hex68879E22F026ce1633
Octal15020723642170463162663
Binary11010001000011110011110100010111101001101100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68879E; }

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

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

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

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

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

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

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

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