#69478C

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

Shades of Daisy Bush #69478C

Tints of Daisy Bush #69478C

Color information

#69478C (or 0x69478C) is unknown color: approx Daisy Bush. HEX triplet: 69, 47 and 8C. RGB value is (105,71,140). Sum of RGB (Red+Green+Blue) = 105+71+140=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 71 (28.12% from 255 or 22.47% 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 #69478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69478C is #96B873. Grayscale: #585858. Windows color (decimal): -9877620 or 9193321. OLE color: 9193321.

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

Color convert

RGB10571140-
CMYK0.250.4900.45
HSL269.57º32.7%41.37%-
HSV(B)269.57º49.29%54.9%-
XYZ12.819.425.95-
YUV89.03156.76139.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=33.23%
G=22.47%
B=44.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105711400.250.4900.45269.5732.741.37
Hex69478C193102D10e2129
Octal15110721431610554164151
Binary1101001100011110001100110011100010101101100001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,71,140); }

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

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

 a { background-color: rgb(105,71,140); }

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

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

 span { border-color: rgb(105,71,140); }

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