#68488B

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

Shades of Butterfly Bush #68488B

Tints of Butterfly Bush #68488B

Color information

#68488B (or 0x68488B) is unknown color: approx Butterfly Bush. HEX triplet: 68, 48 and 8B. RGB value is (104,72,139). Sum of RGB (Red+Green+Blue) = 104+72+139=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #68488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488B is #97B774. Grayscale: #585858. Windows color (decimal): -9942901 or 9128040. OLE color: 9128040.

HSL color Cylindrical-coordinate representation of color #68488B: hue angle of 268.66º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68488B is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10472139-
CMYK0.250.4800.45
HSL268.66º31.75%41.37%-
HSV(B)268.66º48.2%54.51%-
XYZ12.699.4425.58-
YUV89.21156.1138.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=33.02%
G=22.86%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104721390.250.4800.45268.6631.7541.37
Hex68488B193002D10d2029
Octal15011021331600554154051
Binary1101000100100010001011110011100000101101100001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,72,139); }

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

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

 a { background-color: rgb(104,72,139); }

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

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

 span { border-color: rgb(104,72,139); }

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