#63308F

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

Shades of Kingfisher Daisy #63308F

Tints of Kingfisher Daisy #63308F

Color information

#63308F (or 0x63308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 30 and 8F. RGB value is (99,48,143). Sum of RGB (Red+Green+Blue) = 99+48+143=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #63308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308F is #9CCF70. Grayscale: #494949. Windows color (decimal): -10276721 or 9384035. OLE color: 9384035.

HSL color Cylindrical-coordinate representation of color #63308F: hue angle of 272.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63308F is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9948143-
CMYK0.310.6600.44
HSL272.21º49.74%37.45%-
HSV(B)272.21º66.43%56.08%-
XYZ11.166.7526.7-
YUV74.08166.9145.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=34.14%
G=16.55%
B=49.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99481430.310.6600.44272.2149.7437.45
Hex63308F1F4202C1103225
Octal14360217371020544206245
Binary1100011110000100011111111110000100101100100010000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63308F; }

 p { color: rgb(99,48,143); }

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

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

 a { background-color: rgb(99,48,143); }

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

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

 span { border-color: rgb(99,48,143); }

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