#69418B

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

Shades of Daisy Bush #69418B

Tints of Daisy Bush #69418B

Color information

#69418B (or 0x69418B) is unknown color: approx Daisy Bush. HEX triplet: 69, 41 and 8B. RGB value is (105,65,139). Sum of RGB (Red+Green+Blue) = 105+65+139=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #69418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69418B is #96BE74. Grayscale: #555555. Windows color (decimal): -9879157 or 9126249. OLE color: 9126249.

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

Color convert

RGB10565139-
CMYK0.240.5300.45
HSL272.43º36.27%40%-
HSV(B)272.43º53.24%54.51%-
XYZ12.388.6525.44-
YUV85.4158.25141.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=33.98%
G=21.04%
B=44.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105651390.240.5300.45272.4336.2740
Hex69418B183502D1102428
Octal15110121330650554204450
Binary1101001100000110001011110001101010101101100010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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