#674591

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

Shades of Daisy Bush #674591

Tints of Daisy Bush #674591

Color information

#674591 (or 0x674591) is unknown color: approx Daisy Bush. HEX triplet: 67, 45 and 91. RGB value is (103,69,145). Sum of RGB (Red+Green+Blue) = 103+69+145=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #674591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674591 is #98BA6E. Grayscale: #575757. Windows color (decimal): -10009199 or 9520487. OLE color: 9520487.

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

Color convert

RGB10369145-
CMYK0.290.5200.43
HSL266.84º35.51%41.96%-
HSV(B)266.84º52.41%56.86%-
XYZ12.839.1827.88-
YUV87.83160.26138.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=32.49%
G=21.77%
B=45.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103691450.290.5200.43266.8435.5141.96
Hex6745911D3402B10b242a
Octal14710522135640534134452
Binary1100111100010110010001111011101000101011100001011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674591; }

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

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

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

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

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

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

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

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