#63457F

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

Shades of Kingfisher Daisy #63457F

Tints of Kingfisher Daisy #63457F

Color information

#63457F (or 0x63457F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 45 and 7F. RGB value is (99,69,127). Sum of RGB (Red+Green+Blue) = 99+69+127=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #63457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63457F is #9CBA80. Grayscale: #545454. Windows color (decimal): -10271361 or 8340835. OLE color: 8340835.

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

Color convert

RGB9969127-
CMYK0.220.4600.50
HSL271.03º29.59%38.43%-
HSV(B)271.03º45.67%49.8%-
XYZ11.18.4421.12-
YUV84.58151.94138.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 127 (50% from 255) = 43.05%
R=33.56%
G=23.39%
B=43.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99691270.220.4600.50271.0329.5938.43
Hex63457F162E03210f1e26
Octal14310517726560624173646
Binary11000111000101111111110110101110011001010000111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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