#612084

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

Shades of Kingfisher Daisy #612084

Tints of Kingfisher Daisy #612084

Color information

#612084 (or 0x612084) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 20 and 84. RGB value is (97,32,132). Sum of RGB (Red+Green+Blue) = 97+32+132=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #612084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612084 is #9EDF7B. Grayscale: #3E3E3E. Windows color (decimal): -10411900 or 8659041. OLE color: 8659041.

HSL color Cylindrical-coordinate representation of color #612084: hue angle of 279º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612084 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9732132-
CMYK0.270.7600.48
HSL279º60.98%32.16%-
HSV(B)279º75.76%51.76%-
XYZ9.615.2422.33-
YUV62.84167.03152.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=37.16%
G=12.26%
B=50.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97321320.270.7600.4827960.9832.16
Hex6120841B4C0301173d20
Octal14140204331140604277540
Binary1100001100000100001001101110011000110000100010111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612084; }

 p { color: rgb(97,32,132); }

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

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

 a { background-color: rgb(97,32,132); }

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

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

 span { border-color: rgb(97,32,132); }

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