#621C8A

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

Shades of Kingfisher Daisy #621C8A

Tints of Kingfisher Daisy #621C8A

Color information

#621C8A (or 0x621C8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1C and 8A. RGB value is (98,28,138). Sum of RGB (Red+Green+Blue) = 98+28+138=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #621C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C8A is #9DE375. Grayscale: #3D3D3D. Windows color (decimal): -10347382 or 9051234. OLE color: 9051234.

HSL color Cylindrical-coordinate representation of color #621C8A: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621C8A is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9828138-
CMYK0.290.8000.46
HSL278.18º66.27%32.55%-
HSV(B)278.18º79.71%54.12%-
XYZ10.045.2624.53-
YUV61.47171.19154.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=37.12%
G=10.61%
B=52.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98281380.290.8000.46278.1866.2732.55
Hex621C8A1D5002E1164221
Octal142342123512005642610241
Binary1100010111001000101011101101000001011101000101101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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