#603297

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

Shades of Daisy Bush #603297

Tints of Daisy Bush #603297

Color information

#603297 (or 0x603297) is unknown color: approx Daisy Bush. HEX triplet: 60, 32 and 97. RGB value is (96,50,151). Sum of RGB (Red+Green+Blue) = 96+50+151=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #603297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603297 is #9FCD68. Grayscale: #4A4A4A. Windows color (decimal): -10472809 or 9908832. OLE color: 9908832.

HSL color Cylindrical-coordinate representation of color #603297: hue angle of 267.33º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603297 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9650151-
CMYK0.360.6700.41
HSL267.33º50.25%39.41%-
HSV(B)267.33º66.89%59.22%-
XYZ11.55730.02-
YUV75.27170.74142.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 151 (59.38% from 255) = 50.84%
R=32.32%
G=16.84%
B=50.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96501510.360.6700.41267.3350.2539.41
Hex603297244302910b3227
Octal14062227441030514136247
Binary11000001100101001011110010010000110101001100001011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603297; }

 p { color: rgb(96,50,151); }

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

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

 a { background-color: rgb(96,50,151); }

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

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

 span { border-color: rgb(96,50,151); }

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