#603785

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

Shades of Kingfisher Daisy #603785

Tints of Kingfisher Daisy #603785

Color information

#603785 (or 0x603785) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 37 and 85. RGB value is (96,55,133). Sum of RGB (Red+Green+Blue) = 96+55+133=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #603785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603785 is #9FC87A. Grayscale: #4B4B4B. Windows color (decimal): -10471547 or 8730464. OLE color: 8730464.

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

Color convert

RGB9655133-
CMYK0.280.5900.48
HSL271.54º41.49%36.86%-
HSV(B)271.54º58.65%52.16%-
XYZ10.426.9122.98-
YUV76.15160.08142.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=33.80%
G=19.37%
B=46.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96551330.280.5900.48271.5441.4936.86
Hex6037851C3B0301102925
Octal1406720534730604205145
Binary110000011011110000101111001110110110000100010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603785; }

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

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

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

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

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

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

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

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