#68488A

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

Shades of Butterfly Bush #68488A

Tints of Butterfly Bush #68488A

Color information

#68488A (or 0x68488A) is unknown color: approx Butterfly Bush. HEX triplet: 68, 48 and 8A. RGB value is (104,72,138). Sum of RGB (Red+Green+Blue) = 104+72+138=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #68488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488A is #97B775. Grayscale: #585858. Windows color (decimal): -9942902 or 9062504. OLE color: 9062504.

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

Color convert

RGB10472138-
CMYK0.250.4800.46
HSL269.09º31.43%41.18%-
HSV(B)269.09º47.83%54.12%-
XYZ12.619.4125.2-
YUV89.09155.6138.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=33.12%
G=22.93%
B=43.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104721380.250.4800.46269.0931.4341.18
Hex68488A193002E10d1f29
Octal15011021231600564153751
Binary110100010010001000101011001110000010111010000110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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