#60237B

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

Shades of Kingfisher Daisy #60237B

Tints of Kingfisher Daisy #60237B

Color information

#60237B (or 0x60237B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 23 and 7B. RGB value is (96,35,123). Sum of RGB (Red+Green+Blue) = 96+35+123=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #60237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60237B is #9FDC84. Grayscale: #3E3E3E. Windows color (decimal): -10476677 or 8069984. OLE color: 8069984.

HSL color Cylindrical-coordinate representation of color #60237B: hue angle of 281.59º degrees, saturation: 0.56, 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 #60237B is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9635123-
CMYK0.220.7200.52
HSL281.59º55.7%30.98%-
HSV(B)281.59º71.54%48.24%-
XYZ95.1219.25-
YUV63.27161.71151.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=37.80%
G=13.78%
B=48.43%

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
Decimal96351230.220.7200.52281.5955.730.98
Hex60237B164803411a381f
Octal14043173261100644327037
Binary11000001000111111011101101001000011010010001101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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