#633585

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

Shades of Kingfisher Daisy #633585

Tints of Kingfisher Daisy #633585

Color information

#633585 (or 0x633585) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 35 and 85. RGB value is (99,53,133). Sum of RGB (Red+Green+Blue) = 99+53+133=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #633585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633585 is #9CCA7A. Grayscale: #4B4B4B. Windows color (decimal): -10275451 or 8729955. OLE color: 8729955.

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

Color convert

RGB9953133-
CMYK0.260.6000.48
HSL274.5º43.01%36.47%-
HSV(B)274.5º60.15%52.16%-
XYZ10.656.8922.96-
YUV75.87160.24144.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=34.74%
G=18.60%
B=46.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99531330.260.6000.48274.543.0136.47
Hex6335851A3C0301122b24
Octal1436520532740604225344
Binary110001111010110000101110101111000110000100010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633585; }

 p { color: rgb(99,53,133); }

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

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

 a { background-color: rgb(99,53,133); }

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

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

 span { border-color: rgb(99,53,133); }

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