#60218A

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

Shades of Kingfisher Daisy #60218A

Tints of Kingfisher Daisy #60218A

Color information

#60218A (or 0x60218A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 21 and 8A. RGB value is (96,33,138). Sum of RGB (Red+Green+Blue) = 96+33+138=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #60218A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60218A is #9FDE75. Grayscale: #3F3F3F. Windows color (decimal): -10477174 or 9052512. OLE color: 9052512.

HSL color Cylindrical-coordinate representation of color #60218A: hue angle of 276º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60218A is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9633138-
CMYK0.300.7600.46
HSL276º61.4%33.53%-
HSV(B)276º76.09%54.12%-
XYZ9.965.4124.56-
YUV63.81169.87150.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=35.96%
G=12.36%
B=51.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96331380.300.7600.4627661.433.53
Hex60218A1E4C02E1143d22
Octal14041212361140564247542
Binary1100000100001100010101111010011000101110100010100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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