#68839F

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

Shades of Bermuda Grey #68839F

Tints of Bermuda Grey #68839F

Color information

#68839F (or 0x68839F) is unknown color: approx Bermuda Grey. HEX triplet: 68, 83 and 9F. RGB value is (104,131,159). Sum of RGB (Red+Green+Blue) = 104+131+159=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #68839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839F is #977C60. Grayscale: #7D7D7D. Windows color (decimal): -9927777 or 10453864. OLE color: 10453864.

HSL color Cylindrical-coordinate representation of color #68839F: hue angle of 210.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68839F is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104131159-
CMYK0.350.1800.38
HSL210.55º22.27%51.57%-
HSV(B)210.55º34.59%62.35%-
XYZ20.0821.6835.93-
YUV126.12146.55112.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=26.40%
G=33.25%
B=40.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041311590.350.1800.38210.5522.2751.57
Hex68839F2312026d31634
Octal15020323743220463232664
Binary110100010000011100111111000111001001001101101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68839F; }

 p { color: rgb(104,131,159); }

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

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

 a { background-color: rgb(104,131,159); }

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

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

 span { border-color: rgb(104,131,159); }

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