#622490

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

Shades of Kingfisher Daisy #622490

Tints of Kingfisher Daisy #622490

Color information

#622490 (or 0x622490) is unknown color: approx 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

RGB9836144-
CMYK0.320.7500.44
HSL274.44º60%35.29%-
HSV(B)274.44º75%56.47%-
XYZ10.75.8726.95-
YUV66.85171.54150.22-

RGB Variations

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

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.80%
R=35.25%
G=12.95%
B=51.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98361440.320.7500.44274.446035.29
Hex622490204B02C1123c23
Octal14244220401130544227443
Binary11000101001001001000010000010010110101100100010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>