#612C84

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

Shades of Kingfisher Daisy #612C84

Tints of Kingfisher Daisy #612C84

Color information

#612C84 (or 0x612C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2C and 84. RGB value is (97,44,132). Sum of RGB (Red+Green+Blue) = 97+44+132=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #612C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612C84 is #9ED37B. Grayscale: #454545. Windows color (decimal): -10408828 or 8662113. OLE color: 8662113.

HSL color Cylindrical-coordinate representation of color #612C84: hue angle of 276.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612C84 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9744132-
CMYK0.270.6700.48
HSL276.14º50%34.51%-
HSV(B)276.14º66.67%51.76%-
XYZ106.0122.46-
YUV69.88163.06147.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=35.53%
G=16.12%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97441320.270.6700.48276.145034.51
Hex612C841B430301143223
Octal14154204331030604246243
Binary1100001101100100001001101110000110110000100010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C84; }

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

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

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

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

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

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

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

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