#68438D

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

Shades of Daisy Bush #68438D

Tints of Daisy Bush #68438D

Color information

#68438D (or 0x68438D) is unknown color: approx Daisy Bush. HEX triplet: 68, 43 and 8D. RGB value is (104,67,141). Sum of RGB (Red+Green+Blue) = 104+67+141=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #68438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68438D is #97BC72. Grayscale: #565656. Windows color (decimal): -9944179 or 9257832. OLE color: 9257832.

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

Color convert

RGB10467141-
CMYK0.260.5200.45
HSL270º35.58%40.78%-
HSV(B)270º52.48%55.29%-
XYZ12.528.8826.25-
YUV86.5158.76140.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=33.33%
G=21.47%
B=45.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104671410.260.5200.4527035.5840.78
Hex68438D1A3402D10e2429
Octal15010321532640554164451
Binary1101000100001110001101110101101000101101100001110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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