#621F96

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

Shades of Kingfisher Daisy #621F96

Tints of Kingfisher Daisy #621F96

Color information

#621F96 (or 0x621F96) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1F and 96. RGB value is (98,31,150). Sum of RGB (Red+Green+Blue) = 98+31+150=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #621F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621F96 is #9DE069. Grayscale: #404040. Windows color (decimal): -10346602 or 9838434. OLE color: 9838434.

HSL color Cylindrical-coordinate representation of color #621F96: hue angle of 273.78º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621F96 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9831150-
CMYK0.350.7900.41
HSL273.78º65.75%35.49%-
HSV(B)273.78º79.33%58.82%-
XYZ11.035.7829.39-
YUV64.6176.2151.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=35.13%
G=11.11%
B=53.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98311500.350.7900.41273.7865.7535.49
Hex621F96234F0291124223
Octal142372264311705142210243
Binary11000101111110010110100011100111101010011000100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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