#60328D

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

Shades of Kingfisher Daisy #60328D

Tints of Kingfisher Daisy #60328D

Color information

#60328D (or 0x60328D) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 32 and 8D. RGB value is (96,50,141). Sum of RGB (Red+Green+Blue) = 96+50+141=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #60328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60328D is #9FCD72. Grayscale: #494949. Windows color (decimal): -10472819 or 9253472. OLE color: 9253472.

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

Color convert

RGB9650141-
CMYK0.320.6500.45
HSL270.33º47.64%37.45%-
HSV(B)270.33º64.54%55.29%-
XYZ10.776.6925.92-
YUV74.13165.74143.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=33.45%
G=17.42%
B=49.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96501410.320.6500.45270.3347.6437.45
Hex60328D204102D10e3025
Octal14062215401010554166045
Binary11000001100101000110110000010000010101101100001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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