#63427D

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

Shades of Kingfisher Daisy #63427D

Tints of Kingfisher Daisy #63427D

Color information

#63427D (or 0x63427D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 42 and 7D. RGB value is (99,66,125). Sum of RGB (Red+Green+Blue) = 99+66+125=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #63427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63427D is #9CBD82. Grayscale: #525252. Windows color (decimal): -10272131 or 8208995. OLE color: 8208995.

HSL color Cylindrical-coordinate representation of color #63427D: hue angle of 273.56º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63427D is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9966125-
CMYK0.210.4700.51
HSL273.56º30.89%37.45%-
HSV(B)273.56º47.2%49.02%-
XYZ10.88.0320.38-
YUV82.59151.93139.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=34.14%
G=22.76%
B=43.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99661250.210.4700.51273.5630.8937.45
Hex63427D152F0331121f25
Octal14310217525570634223745
Binary11000111000010111110110101101111011001110001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63427D; }

 p { color: rgb(99,66,125); }

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

<style>
 a { background-color: #63427D; }

 a { background-color: rgb(99,66,125); }

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

<style>
 span { border-color: #63427D; }

 span { border-color: rgb(99,66,125); }

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