#60267C

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

Shades of Kingfisher Daisy #60267C

Tints of Kingfisher Daisy #60267C

Color information

#60267C (or 0x60267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 26 and 7C. RGB value is (96,38,124). Sum of RGB (Red+Green+Blue) = 96+38+124=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #60267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60267C is #9FD983. Grayscale: #404040. Windows color (decimal): -10475908 or 8136288. OLE color: 8136288.

HSL color Cylindrical-coordinate representation of color #60267C: hue angle of 280.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60267C is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9638124-
CMYK0.230.6900.51
HSL280.47º53.09%31.76%-
HSV(B)280.47º69.35%48.63%-
XYZ9.165.3319.61-
YUV65.15161.22150.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=37.21%
G=14.73%
B=48.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96381240.230.6900.51280.4753.0931.76
Hex60267C17450331183520
Octal14046174271050634306540
Binary110000010011011111001011110001010110011100011000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,38,124); }

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

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

 a { background-color: rgb(96,38,124); }

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

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

 span { border-color: rgb(96,38,124); }

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