#60227B

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

Shades of Kingfisher Daisy #60227B

Tints of Kingfisher Daisy #60227B

Color information

#60227B (or 0x60227B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 22 and 7B. RGB value is (96,34,123). Sum of RGB (Red+Green+Blue) = 96+34+123=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #60227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60227B is #9FDD84. Grayscale: #3E3E3E. Windows color (decimal): -10476933 or 8069728. OLE color: 8069728.

HSL color Cylindrical-coordinate representation of color #60227B: hue angle of 281.8º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60227B is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9634123-
CMYK0.220.7200.52
HSL281.8º56.69%30.78%-
HSV(B)281.8º72.36%48.24%-
XYZ8.975.0619.24-
YUV62.68162.04151.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=37.94%
G=13.44%
B=48.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96341230.220.7200.52281.856.6930.78
Hex60227B164803411a391f
Octal14042173261100644327137
Binary11000001000101111011101101001000011010010001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60227B; }

 p { color: rgb(96,34,123); }

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

<style>
 a { background-color: #60227B; }

 a { background-color: rgb(96,34,123); }

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

<style>
 span { border-color: #60227B; }

 span { border-color: rgb(96,34,123); }

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