#632986

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

Shades of Kingfisher Daisy #632986

Tints of Kingfisher Daisy #632986

Color information

#632986 (or 0x632986) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 29 and 86. RGB value is (99,41,134). Sum of RGB (Red+Green+Blue) = 99+41+134=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #632986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632986 is #9CD679. Grayscale: #444444. Windows color (decimal): -10278522 or 8792419. OLE color: 8792419.

HSL color Cylindrical-coordinate representation of color #632986: hue angle of 277.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632986 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9941134-
CMYK0.260.6900.47
HSL277.42º53.14%34.31%-
HSV(B)277.42º69.4%52.55%-
XYZ10.245.9623.16-
YUV68.94164.72149.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=36.13%
G=14.96%
B=48.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99411340.260.6900.47277.4253.1434.31
Hex6329861A4502F1153522
Octal14351206321050574256542
Binary1100011101001100001101101010001010101111100010101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632986; }

 p { color: rgb(99,41,134); }

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

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

 a { background-color: rgb(99,41,134); }

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

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

 span { border-color: rgb(99,41,134); }

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