#68869E

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

Shades of Bermuda Grey #68869E

Tints of Bermuda Grey #68869E

Color information

#68869E (or 0x68869E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 86 and 9E. RGB value is (104,134,158). Sum of RGB (Red+Green+Blue) = 104+134+158=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #68869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869E is #977961. Grayscale: #7F7F7F. Windows color (decimal): -9927010 or 10389096. OLE color: 10389096.

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

Color convert

RGB104134158-
CMYK0.340.1500.38
HSL206.67º21.77%51.37%-
HSV(B)206.67º34.18%61.96%-
XYZ20.4122.4635.61-
YUV127.77145.06111.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=26.26%
G=33.84%
B=39.90%

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
Decimal1041341580.340.1500.38206.6721.7751.37
Hex68869E22F026cf1633
Octal15020623642170463172663
Binary11010001000011010011110100010111101001101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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