#63358E

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

Shades of Kingfisher Daisy #63358E

Tints of Kingfisher Daisy #63358E

Color information

#63358E (or 0x63358E) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 35 and 8E. RGB value is (99,53,142). Sum of RGB (Red+Green+Blue) = 99+53+142=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #63358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63358E is #9CCA71. Grayscale: #4C4C4C. Windows color (decimal): -10275442 or 9319779. OLE color: 9319779.

HSL color Cylindrical-coordinate representation of color #63358E: hue angle of 271.01º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63358E is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9953142-
CMYK0.300.6300.44
HSL271.01º45.64%38.24%-
HSV(B)271.01º62.68%55.69%-
XYZ11.37.1526.38-
YUV76.9164.74143.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=33.67%
G=18.03%
B=48.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99531420.300.6300.44271.0145.6438.24
Hex63358E1E3F02C10f2e26
Octal1436521636770544175646
Binary110001111010110001110111101111110101100100001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63358E; }

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

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

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

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

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

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

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

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