#68849C

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

Shades of Bermuda Grey #68849C

Tints of Bermuda Grey #68849C

Color information

#68849C (or 0x68849C) is unknown color: approx Bermuda Grey. HEX triplet: 68, 84 and 9C. RGB value is (104,132,156). Sum of RGB (Red+Green+Blue) = 104+132+156=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #68849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849C is #977B63. Grayscale: #7E7E7E. Windows color (decimal): -9927524 or 10257512. OLE color: 10257512.

HSL color Cylindrical-coordinate representation of color #68849C: hue angle of 207.69º 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 #68849C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104132156-
CMYK0.330.1500.39
HSL207.69º20.8%50.98%-
HSV(B)207.69º33.33%61.18%-
XYZ19.9621.8534.62-
YUV126.36144.72112.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=26.53%
G=33.67%
B=39.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041321560.330.1500.39207.6920.850.98
Hex68849C21F027d01533
Octal15020423441170473202563
Binary11010001000010010011100100001111101001111101000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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