#674491

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

Shades of Daisy Bush #674491

Tints of Daisy Bush #674491

Color information

#674491 (or 0x674491) is unknown color: approx Daisy Bush. HEX triplet: 67, 44 and 91. RGB value is (103,68,145). Sum of RGB (Red+Green+Blue) = 103+68+145=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #674491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674491 is #98BB6E. Grayscale: #565656. Windows color (decimal): -10009455 or 9520231. OLE color: 9520231.

HSL color Cylindrical-coordinate representation of color #674491: hue angle of 267.27º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674491 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10368145-
CMYK0.290.5300.43
HSL267.27º36.15%41.76%-
HSV(B)267.27º53.1%56.86%-
XYZ12.779.0627.86-
YUV87.24160.6139.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=32.59%
G=21.52%
B=45.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103681450.290.5300.43267.2736.1541.76
Hex6744911D3502B10b242a
Octal14710422135650534134452
Binary1100111100010010010001111011101010101011100001011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674491; }

 p { color: rgb(103,68,145); }

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

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

 a { background-color: rgb(103,68,145); }

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

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

 span { border-color: rgb(103,68,145); }

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