#604195

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

Shades of Daisy Bush #604195

Tints of Daisy Bush #604195

Color information

#604195 (or 0x604195) is unknown color: approx Daisy Bush. HEX triplet: 60, 41 and 95. RGB value is (96,65,149). Sum of RGB (Red+Green+Blue) = 96+65+149=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #604195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604195 is #9FBE6A. Grayscale: #535353. Windows color (decimal): -10468971 or 9781600. OLE color: 9781600.

HSL color Cylindrical-coordinate representation of color #604195: hue angle of 262.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604195 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9665149-
CMYK0.360.5600.42
HSL262.14º39.25%41.96%-
HSV(B)262.14º56.38%58.43%-
XYZ12.148.4429.42-
YUV83.85164.77136.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=30.97%
G=20.97%
B=48.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96651490.360.5600.42262.1439.2541.96
Hex604195243802A106272a
Octal14010122544700524064752
Binary11000001000001100101011001001110000101010100000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604195; }

 p { color: rgb(96,65,149); }

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

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

 a { background-color: rgb(96,65,149); }

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

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

 span { border-color: rgb(96,65,149); }

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