#68448F

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

Shades of Daisy Bush #68448F

Tints of Daisy Bush #68448F

Color information

#68448F (or 0x68448F) is unknown color: approx Daisy Bush. HEX triplet: 68, 44 and 8F. RGB value is (104,68,143). Sum of RGB (Red+Green+Blue) = 104+68+143=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #68448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68448F is #97BB70. Grayscale: #575757. Windows color (decimal): -9943921 or 9389160. OLE color: 9389160.

HSL color Cylindrical-coordinate representation of color #68448F: hue angle of 268.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68448F is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10468143-
CMYK0.270.5200.44
HSL268.8º35.55%41.37%-
HSV(B)268.8º52.45%56.08%-
XYZ12.739.0627.06-
YUV87.31159.43139.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=33.02%
G=21.59%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104681430.270.5200.44268.835.5541.37
Hex68448F1B3402C10d2429
Octal15010421733640544154451
Binary1101000100010010001111110111101000101100100001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68448F; }

 p { color: rgb(104,68,143); }

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

<style>
 a { background-color: #68448F; }

 a { background-color: rgb(104,68,143); }

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

<style>
 span { border-color: #68448F; }

 span { border-color: rgb(104,68,143); }

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