#60258C

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

Shades of Kingfisher Daisy #60258C

Tints of Kingfisher Daisy #60258C

Color information

#60258C (or 0x60258C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 8C. RGB value is (96,37,140). Sum of RGB (Red+Green+Blue) = 96+37+140=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #60258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60258C is #9FDA73. Grayscale: #424242. Windows color (decimal): -10476148 or 9184608. OLE color: 9184608.

HSL color Cylindrical-coordinate representation of color #60258C: hue angle of 274.37º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60258C is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9637140-
CMYK0.310.7400.45
HSL274.37º58.19%34.71%-
HSV(B)274.37º73.57%54.9%-
XYZ10.225.725.37-
YUV66.38169.55149.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=35.16%
G=13.55%
B=51.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96371400.310.7400.45274.3758.1934.71
Hex60258C1F4A02D1123a23
Octal14045214371120554227243
Binary1100000100101100011001111110010100101101100010010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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