#63267F

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

Shades of Kingfisher Daisy #63267F

Tints of Kingfisher Daisy #63267F

Color information

#63267F (or 0x63267F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 26 and 7F. RGB value is (99,38,127). Sum of RGB (Red+Green+Blue) = 99+38+127=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #63267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63267F is #9CD980. Grayscale: #424242. Windows color (decimal): -10279297 or 8332899. OLE color: 8332899.

HSL color Cylindrical-coordinate representation of color #63267F: hue angle of 281.12º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63267F is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9938127-
CMYK0.220.7000.50
HSL281.12º53.94%32.35%-
HSV(B)281.12º70.08%49.8%-
XYZ9.675.5720.64-
YUV66.38162.21151.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 127 (50% from 255) = 48.11%
R=37.5%
G=14.39%
B=48.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99381270.220.7000.50281.1253.9432.35
Hex63267F16460321193620
Octal14346177261060624316640
Binary110001110011011111111011010001100110010100011001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,38,127); }

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

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

 a { background-color: rgb(99,38,127); }

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

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

 span { border-color: rgb(99,38,127); }

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