#68418B

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

Shades of Daisy Bush #68418B

Tints of Daisy Bush #68418B

Color information

#68418B (or 0x68418B) is unknown color: approx Daisy Bush. HEX triplet: 68, 41 and 8B. RGB value is (104,65,139). Sum of RGB (Red+Green+Blue) = 104+65+139=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #68418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68418B is #97BE74. Grayscale: #545454. Windows color (decimal): -9944693 or 9126248. OLE color: 9126248.

HSL color Cylindrical-coordinate representation of color #68418B: hue angle of 271.62º 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 #68418B is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10465139-
CMYK0.250.5300.45
HSL271.62º36.27%40%-
HSV(B)271.62º53.24%54.51%-
XYZ12.268.5925.44-
YUV85.1158.42141.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=33.77%
G=21.10%
B=45.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104651390.250.5300.45271.6236.2740
Hex68418B193502D1102428
Octal15010121331650554204450
Binary1101000100000110001011110011101010101101100010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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