#60248F

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

Shades of Kingfisher Daisy #60248F

Tints of Kingfisher Daisy #60248F

Color information

#60248F (or 0x60248F) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 24 and 8F. RGB value is (96,36,143). Sum of RGB (Red+Green+Blue) = 96+36+143=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #60248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60248F is #9FDB70. Grayscale: #414141. Windows color (decimal): -10476401 or 9380960. OLE color: 9380960.

HSL color Cylindrical-coordinate representation of color #60248F: hue angle of 273.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60248F is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9636143-
CMYK0.330.7500.44
HSL273.64º59.78%35.1%-
HSV(B)273.64º74.83%56.08%-
XYZ10.415.7326.54-
YUV66.14171.38149.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 143 (56.25% from 255) = 52%
R=34.91%
G=13.09%
B=52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96361430.330.7500.44273.6459.7835.1
Hex60248F214B02C1123c23
Octal14044217411130544227443
Binary11000001001001000111110000110010110101100100010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60248F; }

 p { color: rgb(96,36,143); }

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

<style>
 a { background-color: #60248F; }

 a { background-color: rgb(96,36,143); }

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

<style>
 span { border-color: #60248F; }

 span { border-color: rgb(96,36,143); }

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