#612486

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

Shades of Kingfisher Daisy #612486

Tints of Kingfisher Daisy #612486

Color information

#612486 (or 0x612486) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 24 and 86. RGB value is (97,36,134). Sum of RGB (Red+Green+Blue) = 97+36+134=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #612486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612486 is #9EDB79. Grayscale: #414141. Windows color (decimal): -10410874 or 8791137. OLE color: 8791137.

HSL color Cylindrical-coordinate representation of color #612486: hue angle of 277.35º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612486 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9736134-
CMYK0.280.7300.47
HSL277.35º57.65%33.33%-
HSV(B)277.35º73.13%52.55%-
XYZ9.865.5223.1-
YUV65.41166.71150.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=36.33%
G=13.48%
B=50.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97361340.280.7300.47277.3557.6533.33
Hex6124861C4902F1153a21
Octal14144206341110574257241
Binary1100001100100100001101110010010010101111100010101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612486; }

 p { color: rgb(97,36,134); }

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

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

 a { background-color: rgb(97,36,134); }

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

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

 span { border-color: rgb(97,36,134); }

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