#67418E

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

Shades of Daisy Bush #67418E

Tints of Daisy Bush #67418E

Color information

#67418E (or 0x67418E) is unknown color: approx Daisy Bush. HEX triplet: 67, 41 and 8E. RGB value is (103,65,142). Sum of RGB (Red+Green+Blue) = 103+65+142=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #67418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67418E is #98BE71. Grayscale: #545454. Windows color (decimal): -10010226 or 9322855. OLE color: 9322855.

HSL color Cylindrical-coordinate representation of color #67418E: hue angle of 269.61º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67418E is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10365142-
CMYK0.270.5400.44
HSL269.61º37.2%40.59%-
HSV(B)269.61º54.23%55.69%-
XYZ12.378.6226.6-
YUV85.14160.09140.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=33.23%
G=20.97%
B=45.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103651420.270.5400.44269.6137.240.59
Hex67418E1B3602C10e2529
Octal14710121633660544164551
Binary1100111100000110001110110111101100101100100001110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67418E; }

 p { color: rgb(103,65,142); }

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

<style>
 a { background-color: #67418E; }

 a { background-color: rgb(103,65,142); }

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

<style>
 span { border-color: #67418E; }

 span { border-color: rgb(103,65,142); }

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