#633482

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

Shades of Kingfisher Daisy #633482

Tints of Kingfisher Daisy #633482

Color information

#633482 (or 0x633482) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 34 and 82. RGB value is (99,52,130). Sum of RGB (Red+Green+Blue) = 99+52+130=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #633482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633482 is #9CCB7D. Grayscale: #4A4A4A. Windows color (decimal): -10275710 or 8533091. OLE color: 8533091.

HSL color Cylindrical-coordinate representation of color #633482: hue angle of 276.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #633482 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9952130-
CMYK0.240.6000.49
HSL276.15º42.86%35.69%-
HSV(B)276.15º60%50.98%-
XYZ10.46.7221.87-
YUV74.94159.07145.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=35.23%
G=18.51%
B=46.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99521300.240.6000.49276.1542.8635.69
Hex633482183C0311142b24
Octal1436420230740614245344
Binary110001111010010000010110001111000110001100010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633482; }

 p { color: rgb(99,52,130); }

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

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

 a { background-color: rgb(99,52,130); }

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

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

 span { border-color: rgb(99,52,130); }

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