#69468C

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

Shades of Daisy Bush #69468C

Tints of Daisy Bush #69468C

Color information

#69468C (or 0x69468C) is unknown color: approx Daisy Bush. HEX triplet: 69, 46 and 8C. RGB value is (105,70,140). Sum of RGB (Red+Green+Blue) = 105+70+140=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #69468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69468C is #96B973. Grayscale: #585858. Windows color (decimal): -9877876 or 9193065. OLE color: 9193065.

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

Color convert

RGB10570140-
CMYK0.250.5000.45
HSL270º33.33%41.18%-
HSV(B)270º50%54.9%-
XYZ12.759.2825.93-
YUV88.44157.1139.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105701400.250.5000.4527033.3341.18
Hex69468C193202D10e2129
Octal15110621431620554164151
Binary1101001100011010001100110011100100101101100001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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