#68879C

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

Shades of Bermuda Grey #68879C

Tints of Bermuda Grey #68879C

Color information

#68879C (or 0x68879C) is unknown color: approx Bermuda Grey. HEX triplet: 68, 87 and 9C. RGB value is (104,135,156). Sum of RGB (Red+Green+Blue) = 104+135+156=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #68879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879C is #977863. Grayscale: #808080. Windows color (decimal): -9926756 or 10258280. OLE color: 10258280.

HSL color Cylindrical-coordinate representation of color #68879C: hue angle of 204.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68879C is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104135156-
CMYK0.330.1300.39
HSL204.23º20.8%50.98%-
HSV(B)204.23º33.33%61.18%-
XYZ20.3722.6734.75-
YUV128.12143.73110.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=26.33%
G=34.18%
B=39.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041351560.330.1300.39204.2320.850.98
Hex68879C21D027cc1533
Octal15020723441150473142563
Binary11010001000011110011100100001110101001111100110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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