#63367F

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

Shades of Kingfisher Daisy #63367F

Tints of Kingfisher Daisy #63367F

Color information

#63367F (or 0x63367F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 36 and 7F. RGB value is (99,54,127). Sum of RGB (Red+Green+Blue) = 99+54+127=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #63367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63367F is #9CC980. Grayscale: #4B4B4B. Windows color (decimal): -10275201 or 8336995. OLE color: 8336995.

HSL color Cylindrical-coordinate representation of color #63367F: hue angle of 276.99º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63367F is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9954127-
CMYK0.220.5700.50
HSL276.99º40.33%35.49%-
HSV(B)276.99º57.48%49.8%-
XYZ10.36.8220.85-
YUV75.78156.91144.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 127 (50% from 255) = 45.36%
R=35.36%
G=19.29%
B=45.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99541270.220.5700.50276.9940.3335.49
Hex63367F16390321152823
Octal1436617726710624255043
Binary11000111101101111111101101110010110010100010101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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