#68508F

Color #68508F Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #68508F

Tints of Butterfly Bush #68508F

Color information

#68508F (or 0x68508F) is unknown color: approx Butterfly Bush. HEX triplet: 68, 50 and 8F. RGB value is (104,80,143). Sum of RGB (Red+Green+Blue) = 104+80+143=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #68508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68508F is #97AF70. Grayscale: #5E5E5E. Windows color (decimal): -9940849 or 9392232. OLE color: 9392232.

HSL color Cylindrical-coordinate representation of color #68508F: hue angle of 262.86º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68508F is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10480143-
CMYK0.270.4400.44
HSL262.86º28.25%43.73%-
HSV(B)262.86º44.06%56.08%-
XYZ13.5410.6627.33-
YUV94.36155.45134.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=31.80%
G=24.46%
B=43.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104801430.270.4400.44262.8628.2543.73
Hex68508F1B2C02C1071c2c
Octal15012021733540544073454
Binary110100010100001000111111011101100010110010000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,80,143); }

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

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

 a { background-color: rgb(104,80,143); }

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

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

 span { border-color: rgb(104,80,143); }

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