#612682

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

Shades of Kingfisher Daisy #612682

Tints of Kingfisher Daisy #612682

Color information

#612682 (or 0x612682) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 26 and 82. RGB value is (97,38,130). Sum of RGB (Red+Green+Blue) = 97+38+130=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #612682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612682 is #9ED97D. Grayscale: #414141. Windows color (decimal): -10410366 or 8529505. OLE color: 8529505.

HSL color Cylindrical-coordinate representation of color #612682: hue angle of 278.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612682 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9738130-
CMYK0.250.7100.49
HSL278.48º54.76%32.94%-
HSV(B)278.48º70.77%50.98%-
XYZ9.655.5421.68-
YUV66.13164.05150.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=36.60%
G=14.34%
B=49.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97381300.250.7100.49278.4854.7632.94
Hex61268219470311163721
Octal14146202311070614266741
Binary1100001100110100000101100110001110110001100010110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612682; }

 p { color: rgb(97,38,130); }

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

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

 a { background-color: rgb(97,38,130); }

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

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

 span { border-color: rgb(97,38,130); }

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