#68428D

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

Shades of Daisy Bush #68428D

Tints of Daisy Bush #68428D

Color information

#68428D (or 0x68428D) is unknown color: approx Daisy Bush. HEX triplet: 68, 42 and 8D. RGB value is (104,66,141). Sum of RGB (Red+Green+Blue) = 104+66+141=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #68428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68428D is #97BD72. Grayscale: #555555. Windows color (decimal): -9944435 or 9257576. OLE color: 9257576.

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

Color convert

RGB10466141-
CMYK0.260.5300.45
HSL270.4º36.23%40.59%-
HSV(B)270.4º53.19%55.29%-
XYZ12.468.7626.23-
YUV85.91159.09140.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=33.44%
G=21.22%
B=45.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104661410.260.5300.45270.436.2340.59
Hex68428D1A3502D10e2429
Octal15010221532650554164451
Binary1101000100001010001101110101101010101101100001110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68428D; }

 p { color: rgb(104,66,141); }

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

<style>
 a { background-color: #68428D; }

 a { background-color: rgb(104,66,141); }

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

<style>
 span { border-color: #68428D; }

 span { border-color: rgb(104,66,141); }

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