#68418A

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

Shades of Daisy Bush #68418A

Tints of Daisy Bush #68418A

Color information

#68418A (or 0x68418A) is unknown color: approx Daisy Bush. HEX triplet: 68, 41 and 8A. RGB value is (104,65,138). Sum of RGB (Red+Green+Blue) = 104+65+138=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #68418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68418A is #97BE75. Grayscale: #545454. Windows color (decimal): -9944694 or 9060712. OLE color: 9060712.

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

Color convert

RGB10465138-
CMYK0.250.5300.46
HSL272.05º35.96%39.8%-
HSV(B)272.05º52.9%54.12%-
XYZ12.198.5625.05-
YUV84.98157.92141.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=33.88%
G=21.17%
B=44.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104651380.250.5300.46272.0535.9639.8
Hex68418A193502E1102428
Octal15010121231650564204450
Binary1101000100000110001010110011101010101110100010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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