#621c84

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

Shades of Kingfisher Daisy #621C84

Tints of Kingfisher Daisy #621C84

Color information

#621C84 (or 0x621C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1C and 84. RGB value is (98,28,132). Sum of RGB (Red+Green+Blue) = 98+28+132=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #621C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C84 is #9DE37B. Grayscale: #3C3C3C. Windows color (decimal): -10347388 or 8658018. OLE color: 8658018.

HSL color Cylindrical-coordinate representation of color #621C84: hue angle of 280.38º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621C84 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9828132-
CMYK0.260.7900.48
HSL280.38º65%31.37%-
HSV(B)280.38º78.79%51.76%-
XYZ9.625.0922.31-
YUV60.79168.19154.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=37.98%
G=10.85%
B=51.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98281320.260.7900.48280.386531.37
Hex621C841A4F030118411f
Octal142342043211706043010137
Binary110001011100100001001101010011110110000100011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621c84; }

 p { color: rgb(98,28,132); }

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

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

 a { background-color: rgb(98,28,132); }

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

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

 span { border-color: rgb(98,28,132); }

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