#63467C

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

Shades of Kingfisher Daisy #63467C

Tints of Kingfisher Daisy #63467C

Color information

#63467C (or 0x63467C) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 46 and 7C. RGB value is (99,70,124). Sum of RGB (Red+Green+Blue) = 99+70+124=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #63467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63467C is #9CB983. Grayscale: #545454. Windows color (decimal): -10271108 or 8144483. OLE color: 8144483.

HSL color Cylindrical-coordinate representation of color #63467C: hue angle of 272.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63467C is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9970124-
CMYK0.200.4400.51
HSL272.22º27.84%38.04%-
HSV(B)272.22º43.55%48.63%-
XYZ10.978.4920.13-
YUV84.83150.11138.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=33.79%
G=23.89%
B=42.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99701240.200.4400.51272.2227.8438.04
Hex63467C142C0331101c26
Octal14310617424540634203446
Binary11000111000110111110010100101100011001110001000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,70,124); }

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

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

 a { background-color: rgb(99,70,124); }

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

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

 span { border-color: rgb(99,70,124); }

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