#604198

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

Shades of Daisy Bush #604198

Tints of Daisy Bush #604198

Color information

#604198 (or 0x604198) is unknown color: approx Daisy Bush. HEX triplet: 60, 41 and 98. RGB value is (96,65,152). Sum of RGB (Red+Green+Blue) = 96+65+152=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #604198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604198 is #9FBE67. Grayscale: #535353. Windows color (decimal): -10468968 or 9978208. OLE color: 9978208.

HSL color Cylindrical-coordinate representation of color #604198: hue angle of 261.38º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604198 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9665152-
CMYK0.370.5700.40
HSL261.38º40.09%42.55%-
HSV(B)261.38º57.24%59.61%-
XYZ12.388.5330.7-
YUV84.19166.27136.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=30.67%
G=20.77%
B=48.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96651520.370.5700.40261.3840.0942.55
Hex6041982539028105282b
Octal14010123045710504055053
Binary11000001000001100110001001011110010101000100000101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604198; }

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

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

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

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

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

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

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

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