#68488C

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

Shades of Daisy Bush #68488C

Tints of Daisy Bush #68488C

Color information

#68488C (or 0x68488C) is unknown color: approx Daisy Bush. HEX triplet: 68, 48 and 8C. RGB value is (104,72,140). Sum of RGB (Red+Green+Blue) = 104+72+140=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #68488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488C is #97B773. Grayscale: #595959. Windows color (decimal): -9942900 or 9193576. OLE color: 9193576.

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

Color convert

RGB10472140-
CMYK0.260.4900.45
HSL268.24º32.08%41.57%-
HSV(B)268.24º48.57%54.9%-
XYZ12.769.4725.97-
YUV89.32156.6138.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=32.91%
G=22.78%
B=44.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104721400.260.4900.45268.2432.0841.57
Hex68488C1A3102D10c202a
Octal15011021432610554144052
Binary1101000100100010001100110101100010101101100001100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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