#60318C

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

Shades of Kingfisher Daisy #60318C

Tints of Kingfisher Daisy #60318C

Color information

#60318C (or 0x60318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 31 and 8C. RGB value is (96,49,140). Sum of RGB (Red+Green+Blue) = 96+49+140=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #60318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60318C is #9FCE73. Grayscale: #494949. Windows color (decimal): -10473076 or 9187680. OLE color: 9187680.

HSL color Cylindrical-coordinate representation of color #60318C: hue angle of 270.99º 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 #60318C is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9649140-
CMYK0.310.6500.45
HSL270.99º48.15%37.06%-
HSV(B)270.99º65%54.9%-
XYZ10.666.5825.52-
YUV73.43165.57144.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=33.68%
G=17.19%
B=49.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96491400.310.6500.45270.9948.1537.06
Hex60318C1F4102D10f3025
Octal14061214371010554176045
Binary1100000110001100011001111110000010101101100001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60318C; }

 p { color: rgb(96,49,140); }

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

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

 a { background-color: rgb(96,49,140); }

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

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

 span { border-color: rgb(96,49,140); }

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