#632490

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

Shades of Kingfisher Daisy #632490

Tints of Kingfisher Daisy #632490

Color information

#632490 (or 0x632490) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 24 and 90. RGB value is (99,36,144). Sum of RGB (Red+Green+Blue) = 99+36+144=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #632490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632490 is #9CDB6F. Grayscale: #424242. Windows color (decimal): -10279792 or 9446499. OLE color: 9446499.

HSL color Cylindrical-coordinate representation of color #632490: hue angle of 275º 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 #632490 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9936144-
CMYK0.310.7500.44
HSL275º60%35.29%-
HSV(B)275º75%56.47%-
XYZ10.815.9326.96-
YUV67.15171.37150.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=35.48%
G=12.90%
B=51.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99361440.310.7500.442756035.29
Hex6324901F4B02C1133c23
Octal14344220371130544237443
Binary1100011100100100100001111110010110101100100010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632490; }

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

 H1.HeaderClassName
 {
   color: #632490;
 }
 .AnyTagClassName
 {
   color: #632490;
 }
</style>
background-color css

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

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

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

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

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

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