#63308B

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

Shades of Kingfisher Daisy #63308B

Tints of Kingfisher Daisy #63308B

Color information

#63308B (or 0x63308B) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 30 and 8B. RGB value is (99,48,139). Sum of RGB (Red+Green+Blue) = 99+48+139=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #63308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308B is #9CCF74. Grayscale: #494949. Windows color (decimal): -10276725 or 9121891. OLE color: 9121891.

HSL color Cylindrical-coordinate representation of color #63308B: hue angle of 273.63º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63308B is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9948139-
CMYK0.290.6500.45
HSL273.63º48.66%36.67%-
HSV(B)273.63º65.47%54.51%-
XYZ10.866.6325.13-
YUV73.62164.9146.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=34.62%
G=16.78%
B=48.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99481390.290.6500.45273.6348.6636.67
Hex63308B1D4102D1123125
Octal14360213351010554226145
Binary1100011110000100010111110110000010101101100010010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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