#69418C

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

Shades of Daisy Bush #69418C

Tints of Daisy Bush #69418C

Color information

#69418C (or 0x69418C) is unknown color: approx Daisy Bush. HEX triplet: 69, 41 and 8C. RGB value is (105,65,140). Sum of RGB (Red+Green+Blue) = 105+65+140=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #69418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69418C is #96BE73. Grayscale: #555555. Windows color (decimal): -9879156 or 9191785. OLE color: 9191785.

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

Color convert

RGB10565140-
CMYK0.250.5400.45
HSL272º36.59%40.2%-
HSV(B)272º53.57%54.9%-
XYZ12.458.6825.83-
YUV85.51158.75141.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=33.87%
G=20.97%
B=45.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105651400.250.5400.4527236.5940.2
Hex69418C193602D1102528
Octal15110121431660554204550
Binary1101001100000110001100110011101100101101100010000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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