#603B85

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

Shades of Kingfisher Daisy #603B85

Tints of Kingfisher Daisy #603B85

Color information

#603B85 (or 0x603B85) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 3B and 85. RGB value is (96,59,133). Sum of RGB (Red+Green+Blue) = 96+59+133=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #603B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603B85 is #9FC47A. Grayscale: #4E4E4E. Windows color (decimal): -10470523 or 8731488. OLE color: 8731488.

HSL color Cylindrical-coordinate representation of color #603B85: hue angle of 270º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603B85 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9659133-
CMYK0.280.5600.48
HSL270º38.54%37.65%-
HSV(B)270º55.64%52.16%-
XYZ10.627.3123.04-
YUV78.5158.76140.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=33.33%
G=20.49%
B=46.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96591330.280.5600.4827038.5437.65
Hex603B851C3803010e2726
Octal1407320534700604164746
Binary110000011101110000101111001110000110000100001110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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