#68408C

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

Shades of Daisy Bush #68408C

Tints of Daisy Bush #68408C

Color information

#68408C (or 0x68408C) is unknown color: approx Daisy Bush. HEX triplet: 68, 40 and 8C. RGB value is (104,64,140). Sum of RGB (Red+Green+Blue) = 104+64+140=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #68408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68408C is #97BF73. Grayscale: #545454. Windows color (decimal): -9944948 or 9191528. OLE color: 9191528.

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

Color convert

RGB10464140-
CMYK0.260.5400.45
HSL271.58º37.25%40%-
HSV(B)271.58º54.29%54.9%-
XYZ12.288.525.81-
YUV84.62159.25141.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=33.77%
G=20.78%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104641400.260.5400.45271.5837.2540
Hex68408C1A3602D1102528
Octal15010021432660554204550
Binary1101000100000010001100110101101100101101100010000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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