#603285

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

Shades of Kingfisher Daisy #603285

Tints of Kingfisher Daisy #603285

Color information

#603285 (or 0x603285) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 32 and 85. RGB value is (96,50,133). Sum of RGB (Red+Green+Blue) = 96+50+133=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #603285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603285 is #9FCD7A. Grayscale: #484848. Windows color (decimal): -10472827 or 8729184. OLE color: 8729184.

HSL color Cylindrical-coordinate representation of color #603285: hue angle of 273.25º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603285 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9650133-
CMYK0.280.6200.48
HSL273.25º45.36%35.88%-
HSV(B)273.25º62.41%52.16%-
XYZ10.26.4622.9-
YUV73.22161.74144.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=34.41%
G=17.92%
B=47.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96501330.280.6200.48273.2545.3635.88
Hex6032851C3E0301112d24
Octal1406220534760604215544
Binary110000011001010000101111001111100110000100010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603285; }

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

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

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

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

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

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

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

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