#60218C

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

Shades of Kingfisher Daisy #60218C

Tints of Kingfisher Daisy #60218C

Color information

#60218C (or 0x60218C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 21 and 8C. RGB value is (96,33,140). Sum of RGB (Red+Green+Blue) = 96+33+140=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #60218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60218C is #9FDE73. Grayscale: #3F3F3F. Windows color (decimal): -10477172 or 9183584. OLE color: 9183584.

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

Color convert

RGB9633140-
CMYK0.310.7600.45
HSL275.33º61.85%33.92%-
HSV(B)275.33º76.43%54.9%-
XYZ10.15.4725.33-
YUV64.04170.87150.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=35.69%
G=12.27%
B=52.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96331400.310.7600.45275.3361.8533.92
Hex60218C1F4C02D1133e22
Octal14041214371140554237642
Binary1100000100001100011001111110011000101101100010011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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