#63358C

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

Shades of Kingfisher Daisy #63358C

Tints of Kingfisher Daisy #63358C

Color information

#63358C (or 0x63358C) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 35 and 8C. RGB value is (99,53,140). Sum of RGB (Red+Green+Blue) = 99+53+140=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #63358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63358C is #9CCA73. Grayscale: #4C4C4C. Windows color (decimal): -10275444 or 9188707. OLE color: 9188707.

HSL color Cylindrical-coordinate representation of color #63358C: hue angle of 271.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63358C is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9953140-
CMYK0.290.6200.45
HSL271.72º45.08%37.84%-
HSV(B)271.72º62.14%54.9%-
XYZ11.157.0925.59-
YUV76.67163.74143.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=33.90%
G=18.15%
B=47.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99531400.290.6200.45271.7245.0837.84
Hex63358C1D3E02D1102d26
Octal1436521435760554205546
Binary110001111010110001100111011111100101101100010000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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