#61218E

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

Shades of Kingfisher Daisy #61218E

Tints of Kingfisher Daisy #61218E

Color information

#61218E (or 0x61218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 21 and 8E. RGB value is (97,33,142). Sum of RGB (Red+Green+Blue) = 97+33+142=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #61218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61218E is #9EDE71. Grayscale: #404040. Windows color (decimal): -10411634 or 9314657. OLE color: 9314657.

HSL color Cylindrical-coordinate representation of color #61218E: hue angle of 275.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61218E is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9733142-
CMYK0.320.7700.44
HSL275.23º62.29%34.31%-
HSV(B)275.23º76.76%55.69%-
XYZ10.365.5826.12-
YUV64.56171.7151.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=35.66%
G=12.13%
B=52.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97331420.320.7700.44275.2362.2934.31
Hex61218E204D02C1133e22
Octal14141216401150544237642
Binary11000011000011000111010000010011010101100100010011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61218E; }

 p { color: rgb(97,33,142); }

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

<style>
 a { background-color: #61218E; }

 a { background-color: rgb(97,33,142); }

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

<style>
 span { border-color: #61218E; }

 span { border-color: rgb(97,33,142); }

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