#674993

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

Shades of Daisy Bush #674993

Tints of Daisy Bush #674993

Color information

#674993 (or 0x674993) is unknown color: approx Daisy Bush. HEX triplet: 67, 49 and 93. RGB value is (103,73,147). Sum of RGB (Red+Green+Blue) = 103+73+147=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #674993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674993 is #98B66C. Grayscale: #5A5A5A. Windows color (decimal): -10008173 or 9652583. OLE color: 9652583.

HSL color Cylindrical-coordinate representation of color #674993: hue angle of 264.32º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674993 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10373147-
CMYK0.300.5000.42
HSL264.32º33.64%43.14%-
HSV(B)264.32º50.34%57.65%-
XYZ13.249.7628.79-
YUV90.41159.94136.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=31.89%
G=22.60%
B=45.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103731470.300.5000.42264.3233.6443.14
Hex6749931E3202A108222b
Octal14711122336620524104253
Binary1100111100100110010011111101100100101010100001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674993; }

 p { color: rgb(103,73,147); }

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

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

 a { background-color: rgb(103,73,147); }

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

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

 span { border-color: rgb(103,73,147); }

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