#68849D

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

Shades of Bermuda Grey #68849D

Tints of Bermuda Grey #68849D

Color information

#68849D (or 0x68849D) is unknown color: approx Bermuda Grey. HEX triplet: 68, 84 and 9D. RGB value is (104,132,157). Sum of RGB (Red+Green+Blue) = 104+132+157=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #68849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849D is #977B62. Grayscale: #7E7E7E. Windows color (decimal): -9927523 or 10323048. OLE color: 10323048.

HSL color Cylindrical-coordinate representation of color #68849D: hue angle of 208.3º degrees, saturation: 0.21, 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 #68849D is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104132157-
CMYK0.340.1600.38
HSL208.3º21.29%51.18%-
HSV(B)208.3º33.76%61.57%-
XYZ20.0521.8835.07-
YUV126.48145.22111.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=26.46%
G=33.59%
B=39.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041321570.340.1600.38208.321.2951.18
Hex68849D2210026d01533
Octal15020423542200463202563
Binary110100010000100100111011000101000001001101101000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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