#603F95

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

Shades of Daisy Bush #603F95

Tints of Daisy Bush #603F95

Color information

#603F95 (or 0x603F95) is unknown color: approx Daisy Bush. HEX triplet: 60, 3F and 95. RGB value is (96,63,149). Sum of RGB (Red+Green+Blue) = 96+63+149=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #603F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F95 is #9FC06A. Grayscale: #525252. Windows color (decimal): -10469483 or 9781088. OLE color: 9781088.

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

Color convert

RGB9663149-
CMYK0.360.5800.42
HSL263.02º40.57%41.57%-
HSV(B)263.02º57.72%58.43%-
XYZ12.038.2129.38-
YUV82.67165.43137.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=31.17%
G=20.45%
B=48.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96631490.360.5800.42263.0240.5741.57
Hex603F95243A02A107292a
Octal1407722544720524075152
Binary1100000111111100101011001001110100101010100000111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603F95; }

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

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

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

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

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

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

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

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