#68869F

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

Shades of Bermuda Grey #68869F

Tints of Bermuda Grey #68869F

Color information

#68869F (or 0x68869F) is unknown color: approx Bermuda Grey. HEX triplet: 68, 86 and 9F. RGB value is (104,134,159). Sum of RGB (Red+Green+Blue) = 104+134+159=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #68869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869F is #977960. Grayscale: #7F7F7F. Windows color (decimal): -9927009 or 10454632. OLE color: 10454632.

HSL color Cylindrical-coordinate representation of color #68869F: hue angle of 207.27º 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 #68869F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104134159-
CMYK0.350.1600.38
HSL207.27º22.27%51.57%-
HSV(B)207.27º34.59%62.35%-
XYZ20.4922.536.06-
YUV127.88145.56110.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=26.20%
G=33.75%
B=40.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041341590.350.1600.38207.2722.2751.57
Hex68869F2310026cf1634
Octal15020623743200463172664
Binary110100010000110100111111000111000001001101100111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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