Html Css Color HEX #622490 Kingfisher Daisy

📋 copy color: '#622490'

red 98 ◦ green 36 ◦ blue 144

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

Shades of Kingfisher Daisy #622490

Tints of Kingfisher Daisy #622490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 35.25%
G = 12.95%
B = 51.8%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#622490 (or 0x622490) is known color: Kingfisher Daisy. HEX triplet: 62, 24 and 90. RGB value is (98,36,144). Sum of RGB (Red+Green+Blue) = 98+36+144=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #622490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622490 is #9DDB6F. Grayscale: #424242. Windows color (decimal): -10345328 or 9446498. OLE color: 9446498.

HSL color Cylindrical-coordinate representation of color #622490: hue angle of 274.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622490 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 36 144 -
CMYK 0.32 0.75 0 0.44
HSL 274.44º 0.6% 0.35% -
HSV(B) 274.44º 0.75% 0.56% -
XYZ 10.7 5.87 26.95 -
YUV 66.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 98 36 144 0.32 0.75 0 0.44 274.44 0.6 0.35
Hex 62 24 90 20 4B 0 2C 112 3C 23
Octal 142 44 220 40 113 0 54 422 74 43
Binary 1100010 100100 10010000 100000 1001011 0 101100 100010010 111100 100011

Color Harmonies of #622490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622490

Black with #622490

Text Example


Text Example

White with #622490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622490; }

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

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

background-color css

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

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

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

border-color css

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

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

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