#60328A

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

Shades of Kingfisher Daisy #60328A

Tints of Kingfisher Daisy #60328A

Color information

#60328A (or 0x60328A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 32 and 8A. RGB value is (96,50,138). Sum of RGB (Red+Green+Blue) = 96+50+138=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #60328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60328A is #9FCD75. Grayscale: #494949. Windows color (decimal): -10472822 or 9056864. OLE color: 9056864.

HSL color Cylindrical-coordinate representation of color #60328A: hue angle of 271.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60328A is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9650138-
CMYK0.300.6400.46
HSL271.36º46.81%36.86%-
HSV(B)271.36º63.77%54.12%-
XYZ10.556.624.76-
YUV73.79164.24143.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=33.80%
G=17.61%
B=48.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96501380.300.6400.46271.3646.8136.86
Hex60328A1E4002E10f2f25
Octal14062212361000564175745
Binary1100000110010100010101111010000000101110100001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60328A; }

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

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

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

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

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

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

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

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