#68478F

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

Shades of Daisy Bush #68478F

Tints of Daisy Bush #68478F

Color information

#68478F (or 0x68478F) is unknown color: approx Daisy Bush. HEX triplet: 68, 47 and 8F. RGB value is (104,71,143). Sum of RGB (Red+Green+Blue) = 104+71+143=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #68478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68478F is #97B870. Grayscale: #585858. Windows color (decimal): -9943153 or 9389928. OLE color: 9389928.

HSL color Cylindrical-coordinate representation of color #68478F: hue angle of 267.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68478F is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10471143-
CMYK0.270.5000.44
HSL267.5º33.64%41.96%-
HSV(B)267.5º50.35%56.08%-
XYZ12.929.4327.13-
YUV89.07158.43138.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=32.70%
G=22.33%
B=44.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104711430.270.5000.44267.533.6441.96
Hex68478F1B3202C10c222a
Octal15010721733620544144252
Binary1101000100011110001111110111100100101100100001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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