#67418F

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

Shades of Daisy Bush #67418F

Tints of Daisy Bush #67418F

Color information

#67418F (or 0x67418F) is unknown color: approx Daisy Bush. HEX triplet: 67, 41 and 8F. RGB value is (103,65,143). Sum of RGB (Red+Green+Blue) = 103+65+143=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #67418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67418F is #98BE70. Grayscale: #545454. Windows color (decimal): -10010225 or 9388391. OLE color: 9388391.

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

Color convert

RGB10365143-
CMYK0.280.5500.44
HSL269.23º37.5%40.78%-
HSV(B)269.23º54.55%56.08%-
XYZ12.448.6527-
YUV85.25160.59140.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=33.12%
G=20.90%
B=45.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103651430.280.5500.44269.2337.540.78
Hex67418F1C3702C10d2529
Octal14710121734670544154551
Binary1100111100000110001111111001101110101100100001101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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