#60328B

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

Shades of Kingfisher Daisy #60328B

Tints of Kingfisher Daisy #60328B

Color information

#60328B (or 0x60328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 32 and 8B. RGB value is (96,50,139). Sum of RGB (Red+Green+Blue) = 96+50+139=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #60328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60328B is #9FCD74. Grayscale: #494949. Windows color (decimal): -10472821 or 9122400. OLE color: 9122400.

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

Color convert

RGB9650139-
CMYK0.310.6400.45
HSL271.01º47.09%37.06%-
HSV(B)271.01º64.03%54.51%-
XYZ10.626.6325.15-
YUV73.9164.74143.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=33.68%
G=17.54%
B=48.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96501390.310.6400.45271.0147.0937.06
Hex60328B1F4002D10f2f25
Octal14062213371000554175745
Binary1100000110010100010111111110000000101101100001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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