#68849B

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

Shades of Bermuda Grey #68849B

Tints of Bermuda Grey #68849B

Color information

#68849B (or 0x68849B) is unknown color: approx Bermuda Grey. HEX triplet: 68, 84 and 9B. RGB value is (104,132,155). Sum of RGB (Red+Green+Blue) = 104+132+155=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #68849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849B is #977B64. Grayscale: #7E7E7E. Windows color (decimal): -9927525 or 10191976. OLE color: 10191976.

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

Color convert

RGB104132155-
CMYK0.330.1500.39
HSL207.06º20.32%50.78%-
HSV(B)207.06º32.9%60.78%-
XYZ19.8821.8134.17-
YUV126.25144.22112.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=26.60%
G=33.76%
B=39.64%

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
Decimal1041321550.330.1500.39207.0620.3250.78
Hex68849B21F027cf1433
Octal15020423341170473172463
Binary11010001000010010011011100001111101001111100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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