Html Css Color HEX #622090 Kingfisher Daisy

📋 copy color: '#622090'

red 98 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #622090

Tints of Kingfisher Daisy #622090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 35.77%
G = 11.68%
B = 52.55%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#622090 (or 0x622090) is known color: Kingfisher Daisy. HEX triplet: 62, 20 and 90. RGB value is (98,32,144). Sum of RGB (Red+Green+Blue) = 98+32+144=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #622090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622090 is #9DDF6F. Grayscale: #404040. Windows color (decimal): -10346352 or 9445474. OLE color: 9445474.

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

Color convert

RGB 98 32 144 -
CMYK 0.32 0.78 0 0.44
HSL 275.36º 0.64% 0.35% -
HSV(B) 275.36º 0.78% 0.56% -
XYZ 10.59 5.64 26.92 -
YUV 64.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 98 32 144 0.32 0.78 0 0.44 275.36 0.64 0.35
Hex 62 20 90 20 4E 0 2C 113 40 23
Octal 142 40 220 40 116 0 54 423 100 43
Binary 1100010 100000 10010000 100000 1001110 0 101100 100010011 1000000 100011

Color Harmonies of #622090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622090

Black with #622090

Text Example


Text Example

White with #622090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622090; }

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

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

background-color css

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

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

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

border-color css

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

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

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