#621F8A

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

Shades of Kingfisher Daisy #621F8A

Tints of Kingfisher Daisy #621F8A

Color information

#621F8A (or 0x621F8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1F and 8A. RGB value is (98,31,138). Sum of RGB (Red+Green+Blue) = 98+31+138=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #621F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621F8A is #9DE075. Grayscale: #3E3E3E. Windows color (decimal): -10346614 or 9052002. OLE color: 9052002.

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

Color convert

RGB9831138-
CMYK0.290.7800.46
HSL277.57º63.31%33.14%-
HSV(B)277.57º77.54%54.12%-
XYZ10.115.4124.56-
YUV63.23170.2152.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=36.70%
G=11.61%
B=51.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98311380.290.7800.46277.5763.3133.14
Hex621F8A1D4E02E1163f21
Octal14237212351160564267741
Binary110001011111100010101110110011100101110100010110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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