#68478C

Color #68478C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #68478C

Tints of Daisy Bush #68478C

Color information

#68478C (or 0x68478C) is unknown color: approx Daisy Bush. HEX triplet: 68, 47 and 8C. RGB value is (104,71,140). Sum of RGB (Red+Green+Blue) = 104+71+140=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #68478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68478C is #97B873. Grayscale: #585858. Windows color (decimal): -9943156 or 9193320. OLE color: 9193320.

HSL color Cylindrical-coordinate representation of color #68478C: hue angle of 268.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68478C is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10471140-
CMYK0.260.4900.45
HSL268.7º32.7%41.37%-
HSV(B)268.7º49.29%54.9%-
XYZ12.79.3425.95-
YUV88.73156.93138.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=33.02%
G=22.54%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104711400.260.4900.45268.732.741.37
Hex68478C1A3102D10d2129
Octal15010721432610554154151
Binary1101000100011110001100110101100010101101100001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68478C; }

 p { color: rgb(104,71,140); }

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

<style>
 a { background-color: #68478C; }

 a { background-color: rgb(104,71,140); }

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

<style>
 span { border-color: #68478C; }

 span { border-color: rgb(104,71,140); }

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