#68869D

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

Shades of Bermuda Grey #68869D

Tints of Bermuda Grey #68869D

Color information

#68869D (or 0x68869D) is unknown color: approx Bermuda Grey. HEX triplet: 68, 86 and 9D. RGB value is (104,134,157). Sum of RGB (Red+Green+Blue) = 104+134+157=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #68869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869D is #977962. Grayscale: #7F7F7F. Windows color (decimal): -9927011 or 10323560. OLE color: 10323560.

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

Color convert

RGB104134157-
CMYK0.340.1500.38
HSL206.04º21.29%51.18%-
HSV(B)206.04º33.76%61.57%-
XYZ20.3222.4335.16-
YUV127.65144.56111.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=26.33%
G=33.92%
B=39.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041341570.340.1500.38206.0421.2951.18
Hex68869D22F026ce1533
Octal15020623542170463162563
Binary11010001000011010011101100010111101001101100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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