#612085

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

Shades of Kingfisher Daisy #612085

Tints of Kingfisher Daisy #612085

Color information

#612085 (or 0x612085) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 20 and 85. RGB value is (97,32,133). Sum of RGB (Red+Green+Blue) = 97+32+133=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #612085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612085 is #9EDF7A. Grayscale: #3E3E3E. Windows color (decimal): -10411899 or 8724577. OLE color: 8724577.

HSL color Cylindrical-coordinate representation of color #612085: hue angle of 278.61º 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 #612085 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9732133-
CMYK0.270.7600.48
HSL278.61º61.21%32.35%-
HSV(B)278.61º75.94%52.16%-
XYZ9.685.2722.7-
YUV62.95167.53152.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=37.02%
G=12.21%
B=50.76%

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
Decimal97321330.270.7600.48278.6161.2132.35
Hex6120851B4C0301173d20
Octal14140205331140604277540
Binary1100001100000100001011101110011000110000100010111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612085; }

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

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

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

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

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

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

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

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