Html Css Color HEX #621E91 Kingfisher Daisy

📋 copy color: '#621E91'

red 98 ◦ green 30 ◦ blue 145

#621E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #621E91

Tints of Kingfisher Daisy #621E91

RGB

 RED value IS 98 (38.67% from 255) = 35.9%

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 35.9%
G = 10.99%
B = 53.11%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#621E91 (or 0x621E91) is known color: Kingfisher Daisy. HEX triplet: 62, 1E and 91. RGB value is (98,30,145). Sum of RGB (Red+Green+Blue) = 98+30+145=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #621E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E91 is #9DE16E. Grayscale: #3F3F3F. Windows color (decimal): -10346863 or 9510498. OLE color: 9510498.

HSL color Cylindrical-coordinate representation of color #621E91: hue angle of 275.48º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621E91 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 30 145 -
CMYK 0.32 0.79 0 0.43
HSL 275.48º 0.66% 0.34% -
HSV(B) 275.48º 0.79% 0.57% -
XYZ 10.61 5.57 27.3 -
YUV 63.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 98 30 145 0.32 0.79 0 0.43 275.48 0.66 0.34
Hex 62 1E 91 20 4F 0 2B 113 42 22
Octal 142 36 221 40 117 0 53 423 102 42
Binary 1100010 11110 10010001 100000 1001111 0 101011 100010011 1000010 100010

Color Harmonies of #621E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E91

Black with #621E91

Text Example


Text Example

White with #621E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,145); }

 H1.HeaderClassName
 {
   color: #621E91;
 }
 .AnyTagClassName
 {
   color: #621E91;
 }
</style>

background-color css

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

 a { background-color: rgb(98,30,145); }

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

border-color css

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

 span { border-color: rgb(98,30,145); }

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