#60277F

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

Shades of Kingfisher Daisy #60277F

Tints of Kingfisher Daisy #60277F

Color information

#60277F (or 0x60277F) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 27 and 7F. RGB value is (96,39,127). Sum of RGB (Red+Green+Blue) = 96+39+127=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #60277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60277F is #9FD880. Grayscale: #414141. Windows color (decimal): -10475649 or 8333152. OLE color: 8333152.

HSL color Cylindrical-coordinate representation of color #60277F: hue angle of 278.86º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60277F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9639127-
CMYK0.240.6900.50
HSL278.86º53.01%32.55%-
HSV(B)278.86º69.29%49.8%-
XYZ9.385.4720.64-
YUV66.07162.38149.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 127 (50% from 255) = 48.47%
R=36.64%
G=14.89%
B=48.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96391270.240.6900.50278.8653.0132.55
Hex60277F18450321173521
Octal14047177301050624276541
Binary110000010011111111111100010001010110010100010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,39,127); }

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

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

 a { background-color: rgb(96,39,127); }

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

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

 span { border-color: rgb(96,39,127); }

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