#632E84

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

Shades of Kingfisher Daisy #632E84

Tints of Kingfisher Daisy #632E84

Color information

#632E84 (or 0x632E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 2E and 84. RGB value is (99,46,132). Sum of RGB (Red+Green+Blue) = 99+46+132=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #632E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632E84 is #9CD17B. Grayscale: #474747. Windows color (decimal): -10277244 or 8662627. OLE color: 8662627.

HSL color Cylindrical-coordinate representation of color #632E84: hue angle of 276.98º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632E84 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9946132-
CMYK0.250.6500.48
HSL276.98º48.31%34.9%-
HSV(B)276.98º65.15%51.76%-
XYZ10.296.2722.5-
YUV71.65162.06147.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=35.74%
G=16.61%
B=47.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99461320.250.6500.48276.9848.3134.9
Hex632E8419410301153023
Octal14356204311010604256043
Binary1100011101110100001001100110000010110000100010101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E84; }

 p { color: rgb(99,46,132); }

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

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

 a { background-color: rgb(99,46,132); }

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

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

 span { border-color: rgb(99,46,132); }

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