Html Css Color HEX #621E90 Kingfisher Daisy

📋 copy color: '#621E90'

red 98 ◦ green 30 ◦ blue 144

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

Shades of Kingfisher Daisy #621E90

Tints of Kingfisher Daisy #621E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 36.03%
G = 11.03%
B = 52.94%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#621E90 (or 0x621E90) is known color: Kingfisher Daisy. HEX triplet: 62, 1E and 90. RGB value is (98,30,144). Sum of RGB (Red+Green+Blue) = 98+30+144=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #621E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E90 is #9DE16F. Grayscale: #3E3E3E. Windows color (decimal): -10346864 or 9444962. OLE color: 9444962.

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

Color convert

RGB 98 30 144 -
CMYK 0.32 0.79 0 0.44
HSL 275.79º 0.66% 0.34% -
HSV(B) 275.79º 0.79% 0.56% -
XYZ 10.54 5.54 26.9 -
YUV 63.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 98 30 144 0.32 0.79 0 0.44 275.79 0.66 0.34
Hex 62 1E 90 20 4F 0 2C 114 42 22
Octal 142 36 220 40 117 0 54 424 102 42
Binary 1100010 11110 10010000 100000 1001111 0 101100 100010100 1000010 100010

Color Harmonies of #621E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E90

Black with #621E90

Text Example


Text Example

White with #621E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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